ImapFolderInfo Class
Provides information about an IMAP folder
- Inheritance:
- System.ObjectImapFolderInfo
Properties
Delimiter
Gets the folder name delimiter.
Property Value
- System.String
System.String value representing folder name delimiter.
Flags
Gets the folder flags.
public ReadOnlyCollection<ImapFolderFlag> Flags { get; }
Public ReadOnly Property Flags As ReadOnlyCollection(Of ImapFolderFlag)
Property Value
- System.Collections.ObjectModel.ReadOnlyCollection<ImapFolderFlag>
Read-only collection of ImapFolderFlag values.
Name
Gets the folder name.
Property Value
- System.String
System.String value representing folder name.
Methods
ToString()
Returns a System.String that represents this instance.
Returns
- System.String
A System.String that represents this instance.
Overrides
System.Object.ToString()