Represents an email.
| Name | Data Type | Description |
|---|---|---|
| CategoryID | xsd:int | Specifies the identifier of the folder. |
| CharacterSet | xsd:string | Indicates encoding used in an email message. |
| Client | ClientID | Specifies the account ownership and context of an object. |
| ClonedFromID | xsd:int | ID of email message from which the specified email message was created. |
| ContentAreas | ContentArea[] | Contains information on content areas included in an email message. |
| ContentCheckStatus | xsd:string | Indicates whether content validation has completed for this email message. |
| CorrelationID | xsd:string | Identifies correlation of objects across several requests. |
| CreatedDate | xsd:dateTime | Read-only date and time of the object's creation. |
| CustomerKey | xsd:string | User-supplied unique identifier for an object within an object type. |
| EmailType | xsd:string | Defines preferred email type. |
| Folder | xsd:string | Specifies folder information (Retrieve only) - Deprecated. |
| HTMLBody | xsd:string | Contains HTML body of an email message. |
| HasDynamicSubjectLine | xsd:boolean | Indicates if email message contains a dynamic subject line. |
| ID | xsd:int | Read-only legacy identifier for an object. Not supported on all objects. |
| IsActive | xsd:boolean | Specifies if the object is active. |
| IsHTMLPaste | xsd:boolean | Indicates if email message was created via pasted HTML. |
| ModifiedDate | Nullable`1 | Last time object information was modified. |
| Name | xsd:string | Name of the object or property. |
| ObjectID | xsd:string | System-controlled, read-only text string identifier for object. |
| Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
| PartnerKey | xsd:string | Unique identifier provided by partner for an object. This property is accessible only via API. |
| PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
| Status | SubscriberStatus | Defines status of object. |
| Subject | xsd:string | Contains subject area information for a message. |
| TextBody | xsd:string | Contains raw text body of a message. |