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 nameDescription
Supported by the .NET Compact FrameworkSequenceNumber
Sequence number. Only valid during the current session.
Supported by the .NET Compact FrameworkUniqueId
Unique ID. Does not change between sessions.
Supported by the .NET Compact FrameworkLength
Message size in bytes.
Supported by the .NET Compact FrameworkFlags
Message flags.
Supported by the .NET Compact FrameworkReceivedDate
Date and time at which the message was received by the mail server.
Supported by the .NET Compact FrameworkFast
Sequence number, unique ID, length, flags and received date.
Supported by the .NET Compact FrameworkEnvelope
Envelope (date, subject, from, sender, reply-to, to, cc, in-reply-to, message ID), sequence number, unique ID, length, flags and received date.
Supported by the .NET Compact FrameworkFullHeaders
All message headers, sequence number, unique ID, length, flags and received date.
Supported by the .NET Compact FrameworkBody
Text and HTML bodies.
Supported by the .NET Compact FrameworkMessageStructure
Information about the message structure including attachment names. To retrieve the info, use GetParts()()()().
Supported by the .NET Compact FrameworkAttachmentInfo Obsolete.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also