Imap.GetFolderInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
GetFolderInfo(String)
Returns information about the specified folder without selecting it.
Declaration
public ImapFolder GetFolderInfo(string folder)
Parameters
| Type | Name | Description |
|---|---|---|
| String | folder | Folder to retrieve information about. |
Returns
| Type | Description |
|---|---|
| ImapFolder | A folder info. |
Remarks
Following ImapFolder properties are determined using this method: MessageCount, RecentCount, NotSeenCount, NextUniqueId and ValidityID.
This method represents IMAP STATUS command.