BeginGetMailboxInfo

BeginGetMailboxInfo (1 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo()

BeginGetMailboxInfo (2 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::AsyncCallback callback)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetMailboxInfo (3 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginGetMailboxInfo (4 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

BeginGetMailboxInfo (5 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::SharedPtr < IConnection > connection, bool closeTransaction, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
closeTransactionIndicates if current transaction has to be closed, before the list is retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginGetMailboxInfo (6 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetMailboxInfo (7 of 7)

Begins to get the mailbox status info

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

BeginGetMailboxInfo(System::SharedPtr < IConnection > connection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.