![]() | MessageSummaryItems Enumeration |
Namespace: MailKit
[FlagsAttribute] public enum MessageSummaryItems
Member name | Value | Description | |||
---|---|---|---|---|---|
None | 0 | Don't fetch any summary items. | |||
Annotations | 1 | Fetch the Annotations. Fetches all ANNOATION values as defined in rfc5257. | |||
Body | 2 | Fetch the Body. Fetches the BODY value as defined in rfc3501.
| |||
BodyStructure | 4 | Fetch the Body (but with more details than Body). Fetches the BODYSTRUCTURE value as defined in rfc3501.
| |||
Envelope | 8 | Fetch the Envelope. Fetches the ENVELOPE value as defined in rfc3501. | |||
Flags | 16 | Fetch the Flags. Fetches the FLAGS value as defined in rfc3501. | |||
InternalDate | 32 | Fetch the InternalDate. Fetches the INTERNALDATE value as defined in rfc3501. | |||
Size | 64 | Fetch the Size. Fetches the RFC822.SIZE value as defined in rfc3501. | |||
ModSeq | 128 | Fetch the ModSeq. Fetches the MODSEQ value as defined in rfc4551. | |||
References | 256 | Fetch the References. | |||
UniqueId | 512 | Fetch the UniqueId. Fetches the UID value as defined in rfc3501. | |||
EmailId | 1024 | Fetch the EmailId.
Fetches the EMAILID value as defined in rfc8474. | |||
ThreadId | 2048 | Fetch the ThreadId. Fetches the THREADID value as defined in rfc8474. | |||
GMailMessageId | 4096 | Fetch the GMailMessageId. Fetches the X-GM-MSGID value as defined in Google's IMAP extensions documentation. | |||
GMailThreadId | 8192 | Fetch the GMailThreadId. Fetches the X-GM-THRID value as defined in Google's IMAP extensions documentation. | |||
GMailLabels | 16384 | Fetch the GMailLabels. Fetches the X-GM-LABELS value as defined in Google's IMAP extensions documentation. | |||
Headers | 32768 | Fetch the the complete list of Headers for each message. | |||
PreviewText | 65536 | Fetch the PreviewText.
| |||
SaveDate | 131072 | Fetch the SaveDate. Fetches the SAVEDATE value as defined in rfc8514. | |||
All | 120 | A macro for fetching the Envelope, Flags, InternalDate, and Size values. This macro maps to the equivalent ALL macro as defined in rfc3501. | |||
Fast | 112 | A macro for fetching the Flags, InternalDate, and Size values. This macro maps to the equivalent FAST macro as defined in rfc3501. | |||
Full | 122 | A macro for fetching the Body, Envelope, Flags, InternalDate, and Size values. This macro maps to the equivalent FULL macro as defined in rfc3501. |