ExchangeServiceBinding.SetUserOofSettingsAsync 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.
Overloads
SetUserOofSettingsAsync(SetUserOofSettingsRequest) |
The SetUserOofSettingsAsync(SetUserOofSettingsRequest) method provides asynchronous access to the SetUserOofSettings Web service method. |
SetUserOofSettingsAsync(SetUserOofSettingsRequest, Object) |
The SetUserOofSettingsAsync(SetUserOofSettingsRequest, Object) method provides asynchronous access to the SetUserOofSettings Web service method. |
SetUserOofSettingsAsync(SetUserOofSettingsRequest)
The SetUserOofSettingsAsync(SetUserOofSettingsRequest) method provides asynchronous access to the SetUserOofSettings Web service method.
public:
void SetUserOofSettingsAsync(ExchangeWebServices::SetUserOofSettingsRequest ^ SetUserOofSettingsRequest);
public void SetUserOofSettingsAsync (ExchangeWebServices.SetUserOofSettingsRequest SetUserOofSettingsRequest);
Parameters
- SetUserOofSettingsRequest
- SetUserOofSettingsRequest
The SetUserOofSettings request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
SetUserOofSettingsAsync(SetUserOofSettingsRequest, Object)
The SetUserOofSettingsAsync(SetUserOofSettingsRequest, Object) method provides asynchronous access to the SetUserOofSettings Web service method.
public:
void SetUserOofSettingsAsync(ExchangeWebServices::SetUserOofSettingsRequest ^ SetUserOofSettingsRequest, System::Object ^ userState);
public void SetUserOofSettingsAsync (ExchangeWebServices.SetUserOofSettingsRequest SetUserOofSettingsRequest, object userState);
Parameters
- SetUserOofSettingsRequest
- SetUserOofSettingsRequest
The SetUserOofSettings request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).