BeginUnsubscribeFolder
BeginUnsubscribeFolder (1 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder |
BeginUnsubscribeFolder (2 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUnsubscribeFolder (3 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginUnsubscribeFolder (4 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::String folderName)
| Parameter | Description |
|---|---|
| folderName | Name of the folder |
BeginUnsubscribeFolder (5 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::String folderName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| folderName | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUnsubscribeFolder (6 of 6)
Begins unsubscribe operation that removes the specified mailbox name from the server’s set of “active” mailboxes
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnsubscribeFolder(System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| folderName | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |