SelectFolder
Contents
[
Hide
]
ImapClient.SelectFolder method (1 of 4)
Selects the specified folder
public void SelectFolder(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to be selected |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.SelectFolder method (2 of 4)
Selects the specified folder
public void SelectFolder(IConnection connection, string folderName, bool? readOnly)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to be selected |
readOnly | Nullable`1 | Specifies whether the folder is to be selected as read-only |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.SelectFolder method (3 of 4)
Selects the specified folder
public void SelectFolder(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to be selected |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.SelectFolder method (4 of 4)
Selects the specified folder
public void SelectFolder(string folderName, bool? readOnly)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to be selected |
readOnly | Nullable`1 | Specifies whether the folder is to be selected as read-only |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email