ImapClient.GetFolderInfo
GetFolderInfo(IConnection, string)
Returns information about the specified folder without selecting it
public ImapFolderInfo GetFolderInfo(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to retrieve information about |
Return Value
The specified folder information
See Also
- class ImapFolderInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
GetFolderInfo(string)
Returns information about the specified folder without selecting it
public ImapFolderInfo GetFolderInfo(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to retrieve information about |
Return Value
The specified folder information
See Also
- class ImapFolderInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email