MailBee.NET Objects 4.0

Envelope Members

Envelope overview

Public Instance Properties

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.
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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAllRecipients Returns the list of all recipients of the mail message.
GetEnvelopeItem Returns a reference to the specified item of the FETCH response.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Envelope Class | MailBee.ImapMail Namespace | DownloadEnvelopes