UnsubscribeFolder
UnsubscribeFolder (1 of 2)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: void Aspose::Email::Clients::Imap::
UnsubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder |
UnsubscribeFolder (2 of 2)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: void Aspose::Email::Clients::Imap::
UnsubscribeFolder(System::String folderName)
| Parameter | Description |
|---|---|
| folderName | Name of the folder |