ExchangeServiceBinding.SetUserOofSettingsAsync Method

Definition

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).

Applies to