Envelope Properties

The Envelope type exposes the following members.

Properties
  NameDescription
Public propertyBcc
Gets EmailAddressCollection object representing "BCC:" recipients of the message.
Public propertyBodyStructure
Gets the information about structure of the message.
Public propertyCc
Gets EmailAddressCollection object representing "CC:" recipients of the message.
Public propertyDate
Gets the date and time when the message was composed.
Public propertyDateReceived
Gets the date and time when the message was received by the mail server.
Public propertyDatesAsUtc
Indicates if MailBee should return date and time according to UTC standard.
Public propertyExtraHeaders
Gets a collection of additional message headers which have been explicitly requested from the server.
Public propertyFlags
Gets MessageFlagSet object containing system and custom flags of the message.
Public propertyFrom
Gets EmailAddress object representing "From:" field of the message.
Public propertyGmailLabels
Gets the list of Gmail-specific labels associated with the message.
Public propertyGmailMessageID
Gets the Gmail-specific message-id.
Public propertyGmailThreadID
Gets the Gmail-specific thread-id.
Public propertyInReplyTo
Gets the value of "In-Reply-To" header of the message.
Public propertyIsValid
Indicates if the envelope data has been successfully parsed.
Public propertyMessageID
Gets the value of "Message-ID" header of the message.
Public propertyMessageNumber
Gets the ordinal number of the message in the folder.
Public propertyMessagePreview
Gets the entire or partial mail message.
Public propertyReplyTo
Gets EmailAddress object representing "Reply-To:" field of the message.
Public propertySafeMode
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.
Public propertySender
Gets EmailAddress object representing the information about the actual sender of the message.
Public propertySize
Gets the length of the entire message (in bytes) on the mail server.
Public propertySubject
Gets the subject line of the message.
Public propertyTo
Gets EmailAddressCollection object representing "To:" recipients of the message.
Public propertyUid
Gets UID (Unique-ID) assigned to the message in the folder on the mail server.
Top
See Also