Envelope Properties |
The Envelope type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bcc |
Gets EmailAddressCollection object representing "BCC:" recipients of the message.
|
![]() | BodyStructure |
Gets the information about structure of the message.
|
![]() | Cc |
Gets EmailAddressCollection object representing "CC:" recipients of the message.
|
![]() | Date |
Gets the date and time when the message was composed.
|
![]() | DateReceived |
Gets the date and time when the message was received by the mail server.
|
![]() | DatesAsUtc |
Indicates if MailBee should return date and time according to UTC standard.
|
![]() | ExtraHeaders |
Gets a collection of additional message headers which have been explicitly requested from the server.
|
![]() | Flags |
Gets MessageFlagSet object containing system and custom flags of the message.
|
![]() | From |
Gets EmailAddress object representing "From:" field of the message.
|
![]() | GmailLabels |
Gets the list of Gmail-specific labels associated with the message.
|
![]() | GmailMessageID |
Gets the Gmail-specific message-id.
|
![]() | GmailThreadID |
Gets the Gmail-specific thread-id.
|
![]() | InReplyTo |
Gets the value of "In-Reply-To" header of the message.
|
![]() | IsValid |
Indicates if the envelope data has been successfully parsed.
|
![]() | MessageID |
Gets the value of "Message-ID" header of the message.
|
![]() | MessageNumber |
Gets the ordinal number of the message in the folder.
|
![]() | MessagePreview |
Gets the entire or partial mail message.
|
![]() | ReplyTo |
Gets EmailAddress object representing "Reply-To:" field of the message.
|
![]() | SafeMode |
Gets or sets whether empty values instead of a null reference (Nothing in Visual Basic) should be
returned when the corresponding fields are not available in the data received from the server.
|
![]() | Sender |
Gets EmailAddress object representing the information about the actual sender of the message.
|
![]() | Size |
Gets the length of the entire message (in bytes) on the mail server.
|
![]() | Subject |
Gets the subject line of the message.
|
![]() | To |
Gets EmailAddressCollection object representing "To:" recipients of the message.
|
![]() | Uid |
Gets UID (Unique-ID) assigned to the message in the folder on the mail server.
|