ExchangeServiceBinding.BeginSetUserOofSettings 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 BeginSetUserOofSettings(SetUserOofSettingsRequest, AsyncCallback, Object) method is used to begin an asynchronous SetUserOofSettings(SetUserOofSettingsRequest) call.
public:
IAsyncResult ^ BeginSetUserOofSettings(ExchangeWebServices::SetUserOofSettingsRequest ^ SetUserOofSettingsRequest, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetUserOofSettings (ExchangeWebServices.SetUserOofSettingsRequest SetUserOofSettingsRequest, AsyncCallback callback, object asyncState);
Parameters
- SetUserOofSettingsRequest
- SetUserOofSettingsRequest
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginSetUserOofSettings(SetUserOofSettingsRequest, AsyncCallback, Object) method returns an IAsyncResult object.