ExchangeServiceBinding.BeginGetUserOofSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BeginGetUserOofSettings(GetUserOofSettingsRequest, AsyncCallback, Object) method is used to begin an asynchronous GetUserOofSettings(GetUserOofSettingsRequest) call.
public:
IAsyncResult ^ BeginGetUserOofSettings(ExchangeWebServices::GetUserOofSettingsRequest ^ GetUserOofSettingsRequest, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetUserOofSettings (ExchangeWebServices.GetUserOofSettingsRequest GetUserOofSettingsRequest, AsyncCallback callback, object asyncState);
Parameters
- GetUserOofSettingsRequest
- GetUserOofSettingsRequest
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginGetUserOofSettings(GetUserOofSettingsRequest, AsyncCallback, Object) method returns an IAsyncResult object.