The Envelope type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBcc
Gets the addresses of others who are to receive the message ('BCC', Blind Carbon Copy header), tough the content of the message may not be directed at them. This collection can be modified. May be empty.
Public propertyCc
Gets the addresses of others who are to receive the message, even tough the content of the message may not be directed at them ('CC', Carbon Copy header).
Public propertyDate
Gets the send date of the message ('Date' header).
Public propertyFrom
Gets the author(s) of the message ('From' header).
Public propertyGmailMessageId
Gmail provides a unique message ID (X-GM-MSGID) for each email so that a unique message may be identified across multiple folders. The message ID is a 64-bit unsigned integer. This property is set only if server advertises XGMailExtensions1 extension support.
Public propertyGmailThreadId
Gmail provides a thread ID (X-GM-THRID) to associate groups of messages in the same manner as in the Gmail web interface. The thread ID is a 64-bit unsigned integer. This property is set only if server advertises XGMailExtensions1 extension support.
Public propertyInReplyTo
Gets or sets parent message id of the message ('In-Reply-To' header). Without surrounding brackets (< and >)
Public propertyInternalDate
A string representing the internal date of the message (INTERNALDATE).
Public propertyMessageID
Gets or sets id of the message ('Message-ID' header). Without surrounding brackets (< and >)
Public propertyMessageNumber
Gets the message number on the IMAP server.
Public propertyReplyTo
Gets 'Reply-to' field, mailbox(es) to which the author of the message suggests that replies be sent.
Public propertySender
Gets mailbox of the agent responsible for the actual transmission ('Sender' header). If 'Sender' is empty you should use From property.
Public propertySize
Size of the message.
Public propertySubject
Gets the subject of the message ('Subject' header).
Public propertyTo
Gets 'To' field, address(es) of the primary recipient(s) of the message.
Public propertyUID
Get the UID of the message on the IMAP server.

See Also