Show / Hide Table of Contents

Class DBC.EmailAttachmentFields

Fields for EmailAttachment, Attachment info related to an email_item

Inheritance
object
DBC.EmailAttachmentFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.EmailAttachmentFields

Fields

Cid

EmailAttachment.Cid: The actual cid or the index of the mime part (an integer)

Declaration
public const string Cid = "cid"
Field Value
Type Description
string

Description

EmailAttachment.Description: Attachment description

Declaration
public const string Description = "description"
Field Value
Type Description
string

Disposition

EmailAttachment.Disposition: Attachment disposition

Declaration
public const string Disposition = "disposition"
Field Value
Type Description
string

EmailAttachmentId

EmailAttachment.EmailAttachmentId: Primary key

Declaration
public const string EmailAttachmentId = "email_attachment_id"
Field Value
Type Description
string

EmailItemId

EmailAttachment.EmailItemId: Id of the email_item

Declaration
public const string EmailItemId = "email_item_id"
Field Value
Type Description
string

Encoding

EmailAttachment.Encoding: The attachment encoding

Declaration
public const string Encoding = "encoding"
Field Value
Type Description
string

Filename

EmailAttachment.Filename: Filename of attachment

Declaration
public const string Filename = "filename"
Field Value
Type Description
string

Size

EmailAttachment.Size: Attachment file size

Declaration
public const string Size = "size"
Field Value
Type Description
string

Type

EmailAttachment.Type: Attachment type

Declaration
public const string Type = "type"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top