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)
ParameterDescription
connectionConnection to a server
mailboxNamemailbox 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)
ParameterDescription
connectionConnection to a server
mailboxNamemailbox name
callbackReferences 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)
ParameterDescription
connectionConnection to a server
mailboxNamemailbox name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
mailboxNamemailbox 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)
ParameterDescription
mailboxNamemailbox name
callbackReferences 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)
ParameterDescription
mailboxNamemailbox name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.