Class representing the header of an e-mail message. Use this class to retrieve e-mail headers values from the IUploadItemData.Fields collection.
More...
|
const string | FROM = "From" |
| Address of the e-mail sender.
|
|
const string | TO = "To" |
| Addresses in the To field.
|
|
const string | SUBJECT = "Subject" |
| The message Subject.
|
|
const string | ORIGINAL_SUBJECT = "OriginalSubject" |
| Message original subject (without the 'RE:' 'FW:' etc.)
|
|
const string | CC = "CC" |
| Addresses in the CC field.
|
|
const string | DATE = "Date" |
| The date and time when the message was sent.
|
|
const string | BCC = "Bcc" |
| Addresses in the Bcc field.
|
|
const string | RECEIVED = "Received" |
| A copy of this field is added by each transport service that relays the message.
|
|
const string | REPLY_TO = "Reply-To" |
| Indicates any mailbox(es) to which responses are to be sent.
|
|
const string | REFERENCES = "References" |
| The contents of this field identify other correspondence that this message answers.
|
|
const string | IN_REPLY_TO = "In-Reply-To" |
| The contents of this field identify previous correspondence that this message answers.
|
|
const string | HAS_ATTACHMENT = "Attachments" |
| Indicates if the e-mail message contains attachment(s).
|
|
const string | FROM_TYPE = "FromType" |
| The account type from which the e-mail was sent.
|
|
const string | IMPORTANCE = "Importance" |
| The message's importance. Outlook edition only.
|
|
const string | PRIORITY = "Priority" |
| The message's priority.
|
|
const string | SENSITIVITY = "Sensitivity" |
| The message's sensitivity.
|
|
const string | BODY = "Body" |
| The message's body.
|
|
const string | RTF = "RTF" |
| The message's RTF body.
|
|
const string | HTML = "HTML" |
| The message's HTML body.
|
|
const string | LAST_MODIFICATION_TIME = "Last-Modification-Time" |
| Last modification time of the message.
|
|
const string | CATEGORIES = "Categories" |
| Message categories. Outlook edition only.
|
|
const string | CONVERSATION_ID = "Conversation-Id" |
| A unique identifier for the conversation. Outlook edition only.
|
|
const string | CONVERSATION_INDEX = "Conversation-Index" |
| A unique identifier for the conversation item. Outlook edition only.
|
|
const string | CONVERSATION_TOPIC = "Conversation-Topic" |
| The common subject of the e-mail thread. Outlook edition only.
|
|
const string | MESSAGE_ID = "Message-ID" |
| A unique identifier for the message. Outlook edition only.
|
|
const string | SAVED_SHAREPOINT_LOCATION = "Saved-SharePoint-Location" |
| Saved SharePoint location. Outlook edition only.
|
|
const string | MAIL_PREVIEW_DATA = "MailPreviewData" |
| Saved email preview data.
|
|
const string | MESSAGE_CLASS = "MessageClass" |
| Message class of the Outlook mail item. Outlook edition only.
|
|
const string | COLLAGE_TOPICS = "Topics" |
| The collage suggested topics. Outlook edition only.
|
|
Class representing the header of an e-mail message. Use this class to retrieve e-mail headers values from the IUploadItemData.Fields collection.