Specifies what information to include in a
message list.
public enum ImapEnvelopeParts
Public Enum ImapEnvelopeParts
public enum class ImapEnvelopeParts
Name | Description |
---|
MessageInboxIndex | Sequence number. Only valid during the current session. |
UniqueId | Unique ID. Does not change between sessions. |
Size | Message size in bytes. |
Flags | Message flags. |
ReceivedDate | Date and time at which the message was received by the mail server. |
Fast | Sequence number, unique ID, length, flags and received date. |
Envelope | Envelope (date, subject, from, sender, reply-to, to, cc, in-reply-to, message ID), sequence number, unique ID, length, flags and received date. |
FullHeaders | All message headers, sequence number, unique ID, length, flags and received date. |
Body | Text and HTML bodies. |
AttachmentInfo | Deprecated. Same as MessageStructure. |
MessageStructure | Information about the message structure including attachment names. To retrieve the info, use GetParts. |
Top