ExchangeServiceBinding.UnsubscribeAsync Method

Definition

Overloads

UnsubscribeAsync(UnsubscribeType)

The UnsubscribeAsync(UnsubscribeType) method provides asynchronous access to the Unsubscribe Web service method.

UnsubscribeAsync(UnsubscribeType, Object)

The UnsubscribeAsync(UnsubscribeType, Object) method provides asynchronous access to the Unsubscribe Web service method.

UnsubscribeAsync(UnsubscribeType)

The UnsubscribeAsync(UnsubscribeType) method provides asynchronous access to the Unsubscribe Web service method.

public:
 void UnsubscribeAsync(ExchangeWebServices::UnsubscribeType ^ Unsubscribe1);
public void UnsubscribeAsync (ExchangeWebServices.UnsubscribeType Unsubscribe1);
Public Sub UnsubscribeAsync (Unsubscribe1 As UnsubscribeType)

Parameters

Unsubscribe1
UnsubscribeType

The Unsubscribe request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

UnsubscribeAsync(UnsubscribeType, Object)

The UnsubscribeAsync(UnsubscribeType, Object) method provides asynchronous access to the Unsubscribe Web service method.

public:
 void UnsubscribeAsync(ExchangeWebServices::UnsubscribeType ^ Unsubscribe1, System::Object ^ userState);
public void UnsubscribeAsync (ExchangeWebServices.UnsubscribeType Unsubscribe1, object userState);
Public Sub UnsubscribeAsync (Unsubscribe1 As UnsubscribeType, userState As Object)

Parameters

Unsubscribe1
UnsubscribeType

The Unsubscribe request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to