Specifies what information to include in a message list.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration Pop3ListFields
C#
[FlagsAttribute]
public enum Pop3ListFields

Members

Member nameDescription
Supported by the .NET Compact FrameworkSequenceNumber
Sequence number.
Supported by the .NET Compact FrameworkUniqueId
Unique ID.
Supported by the .NET Compact FrameworkLength
Length.
Supported by the .NET Compact FrameworkFast
Sequence number, Length and Unique ID.
Supported by the .NET Compact FrameworkFullHeaders
Full headers, sequence number, unique ID and length. Might take a VERY long time!

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also