GetFolderInfo
ImapClient.GetFolderInfo method (1 of 2)
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
ImapClient.GetFolderInfo method (2 of 2)
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