BeginGetQuotaRoot
BeginGetQuotaRoot (1 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::SharedPtr < IConnection > connection, System::String mailboxName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| mailboxName | mailbox name |
BeginGetQuotaRoot (2 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::SharedPtr < IConnection > connection, System::String mailboxName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| mailboxName | mailbox name |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetQuotaRoot (3 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::SharedPtr < IConnection > connection, System::String mailboxName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| mailboxName | mailbox name |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginGetQuotaRoot (4 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::String mailboxName)
| Parameter | Description |
|---|---|
| mailboxName | mailbox name |
BeginGetQuotaRoot (5 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::String mailboxName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| mailboxName | mailbox name |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetQuotaRoot (6 of 6)
Begins getting quota root information for mailbox
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetQuotaRoot(System::String mailboxName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| mailboxName | mailbox name |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |