Represents an IMAP folder.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Class ImapFolder |
C# |
---|
public class ImapFolder |
Remarks
Instances of this class occur in a folder list returned by GetFolderList()()()() methods,
are returned by GetFolderInfo(String) method and by a CurrentFolder property.
Not all of these three methods/properties return the same set of information - for example, only
GetFolderList()()()() methods return the Delimiter, but it
is also the only one that doesn't return the TotalMessageCount, RecentMessageCount, etc.
Please see the description of specific property to learn when it is available.
Inheritance Hierarchy
System..::..Object
Rebex.Net..::..ImapFolder
Rebex.Net..::..ImapFolder