ImapClient.UnsubscribeFolder
UnsubscribeFolder(IConnection, string)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes
public void UnsubscribeFolder(IConnection connection, string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| folderName | String | Name of the folder |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
UnsubscribeFolder(string)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes
public void UnsubscribeFolder(string folderName)
| Parameter | Type | Description |
|---|---|---|
| folderName | String | Name of the folder |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email