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)
| Parameter | Description |
|---|---|
| callback | References 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)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |