Specifies what information to include in a message list.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ImapListFields |
| C# |
|---|
[FlagsAttribute] public enum ImapListFields |
Members
| Member name | Description | |
|---|---|---|
| SequenceNumber | Sequence number. Only valid during the current session. | |
| UniqueId | Unique ID. Does not change between sessions. | |
| Length | 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. | |
| MessageStructure | Information about the message structure including attachment names. To retrieve the info, use GetParts()()()(). | |
| AttachmentInfo | Obsolete. |