ImapMessageInfo Class
Provides information about an IMAP mail message.
- Inheritance:
- System.ObjectImapMessageInfo
Properties
Flags
Gets the message flags.
public ReadOnlyCollection<string> Flags { get; }
Public ReadOnly Property Flags As ReadOnlyCollection(Of String)
Property Value
- System.Collections.ObjectModel.ReadOnlyCollection<System.String>
A read-only collection of message flags.
Number
Gets the message number.
Property Value
- System.Int32
The message number.
Size
Gets the message size in bytes.
Property Value
- System.Int32
The message size in bytes.
Uid
Gets the message uid.
Property Value
- System.String
The message uid.