Envelope Class |
Namespace: Limilabs.Client.IMAP
The Envelope type exposes the following members.
Name | Description | |
---|---|---|
Bcc |
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.
| |
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 |
Gets the internal date of the message (INTERNALDATE).
May be null in case of parsing error.
| |
InternalDateString |
Gets 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 message number assigned by an IMAP server.
| |
Raw |
Gets object representing raw data received from 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 |
Gets UID of this message assigned by an IMAP server.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) |