The Envelope type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Bcc |
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.
| |
| Cc |
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).
| |
| Date |
Gets the send date of the message ('Date' header).
| |
| From |
Gets the author(s) of the message ('From' header).
| |
| GmailMessageId |
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.
| |
| GmailThreadId |
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.
| |
| InReplyTo |
Gets or sets parent message id of the message ('In-Reply-To' header).
Without surrounding brackets (< and >)
| |
| InternalDate |
A string representing the internal date of the message (INTERNALDATE).
| |
| MessageID |
Gets or sets id of the message ('Message-ID' header).
Without surrounding brackets (< and >)
| |
| MessageNumber |
Gets the message number on the IMAP server.
| |
| ReplyTo |
Gets 'Reply-to' field, mailbox(es) to which the author of the message suggests that replies be sent.
| |
| Sender |
Gets mailbox of the agent responsible for the actual transmission ('Sender' header).
If 'Sender' is empty you should use From property.
| |
| Size |
Size of the message.
| |
| Subject |
Gets the subject of the message ('Subject' header).
| |
| To |
Gets 'To' field, address(es) of the primary recipient(s) of the message.
| |
| UID |
Get the UID of the message on the IMAP server.
|