![]() | IEmailMetadata Interface |
Namespace: EdaIntegrationContract.Document
public interface IEmailMetadata
The IEmailMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppointmentEnd |
The appointment end date and time for calendar/appointment items.
|
![]() | AppointmentLocation |
The location where the appointment was held.
|
![]() | AppointmentOptional |
The list of optional recipients for the appointment.
|
![]() | AppointmentOrganizer |
The organizer of the appointment.
|
![]() | AppointmentRequired |
The list of required recipients for the appointment.
|
![]() | AppointmentStart |
The appointment start date and time for calendar/appointment items.
|
![]() | AppointmentType |
The type of the appointment.
|
![]() | Attachments |
A semi-colon-delimited list of filenames of the (top-level) attached files.
ex: UserGuide.pdf;HelpFile.chm |
![]() | BCC |
The email addresses of the recipient(s) of "Blind Carbon Copies" of
the email message, comma or semi-colon delimited (depends upon email client).
|
![]() | CC |
The email addresses of the recipient(s) of "Carbon Copies" of
the email message, comma or semi-colon delimited (depends upon email client).
|
![]() | CodePage |
A numeric value that specifies the character set used in the email.
|
![]() | ConversationId |
A Microsoft-specific value used to identify an e-mail conversation.
ex: 01CF5D946F4EFD65607202 |
![]() | ConversationIndex |
A Microsoft-specific value used for tracking the position of an email within
a conversation. This value is used during the process of email threading.
ex: 0101CF602E916BDDE035F5FB3D47A8D8D2D6F92CC769 |
![]() | ConversationTopic |
The normalized subject of the email.
|
![]() | DeliveryReceipt |
Indicates whether the option to request a delivery receipt was enabled in the email message.
|
![]() | EmailClient |
The email client used to send the email message.
This information not always available. |
![]() | EntryId |
The unique identifier of the email within its mail store.
ex: 000000003DE46CC0FC76C04187C0BB41FBEBB063E4002000 |
![]() | From |
The email address of the sender of the email message.
|
![]() | FromDomain |
The domain portion (only) of the sender's email address.
|
![]() | Headers |
The contents of the header extracted from the email message
This information not always available. |
![]() | IconIndex |
Used by Microsoft Exchange to determine which icon to display (e.g. MailUnread).
ex: 4294967295 |
![]() | Importance |
The value of the Importance flag contained in the email message.
|
![]() | ImportanceValue |
A string representation of the email importance.
ex: High |
![]() | InReplyToId |
The Internet Message ID of the e-mail replied to.
|
![]() | InternetMessageId |
The Internet Message ID assigned to an e-mail message by the outgoing mail server.
|
![]() | MessageClass |
Indicates the item / entry type in the mail store.
|
![]() | ReadReceipt |
Indicates whether the option to request a delivery receipt was enabled in the email message.
|
![]() | Received |
Date and time the email message was received.
|
![]() | Sensitivity |
The value of the Sensitivity flag contained in the email message.
|
![]() | SensitivityValue |
A string representation of the email sensitivity.
ex: Confidential |
![]() | Sent |
The sent date and time of the email message.
|
![]() | Subject |
The subject line from the email message.
|
![]() | To |
The email addresses of the main recipient(s) of the email message, comma or
semi-colon delimited (depends upon email client).
|
![]() | UnRead |
Indicates whether the email was marked read/unread.
|
![]() | UnSent |
Indicates whether the email was sent (for emails within a mail store).
|