ImapListFields Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Specifies what information to include in a message list.
Syntax
[Flags]
public enum ImapListFields
Fields
Name | Description |
---|---|
Body | Text and HTML bodies. |
Envelope | Envelope (date, subject, from, sender, reply-to, to, cc, in-reply-to, message ID), sequence number, unique ID, length, flags and received date. |
Fast | Sequence number, unique ID, length, flags and received date. |
Flags | Message flags. |
FullHeaders | All message headers, sequence number, unique ID, length, flags and received date. |
Length | Message size in bytes. |
MessageStructure | Information about the message structure including attachment names. To retrieve the info, use GetParts(). |
ReceivedDate | Date and time at which the message was received by the mail server. |
SequenceNumber | Sequence number. Only valid during the current session. |
UniqueId | Unique ID. Does not change between sessions. |