Click or drag to resize

Envelope Properties

The Envelope type exposes the following members.

Properties
 NameDescription
Public propertyBcc Gets the addresses of others who are to receive the message ('BCC', Blind Carbon Copy header), though 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 Gets the internal date of the message (INTERNALDATE). May be null in case of parsing error.
Public propertyInternalDateString Gets 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 message number assigned by an IMAP server.
Public propertyRaw Gets object representing raw data received from 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 Gets UID of this message assigned by an IMAP server.
Top
See Also