BeginSubscribeFolder

BeginSubscribeFolder (1 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName)
ParameterDescription
connectionConnection to a server
folderNameName of the folder

BeginSubscribeFolder (2 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
folderNameName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSubscribeFolder (3 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
folderNameName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginSubscribeFolder (4 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::String folderName)
ParameterDescription
folderNameName of the folder

BeginSubscribeFolder (5 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::String folderName, System::AsyncCallback callback)
ParameterDescription
folderNameName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSubscribeFolder (6 of 6)

Begins subscribe operation that adds the specified mailbox name to the server’s set of “active” mailboxes.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginSubscribeFolder(System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
folderNameName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.