Pop3ListFields Enum
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Specifies what information to include in a message list.
Syntax
[Flags]
public enum Pop3ListFields
Fields
Name | Description |
---|---|
Fast | Sequence number, Length and Unique ID. |
FullHeaders | Full headers, sequence number, unique ID and length. Might take a VERY long time! |
Length | Length. |
SequenceNumber | Sequence number. |
UniqueId | Unique ID. |