ExchangeServiceBinding.SubscribeAsync Method

Definition

Overloads

SubscribeAsync(SubscribeType)

The SubscribeAsync(SubscribeType) method provides asynchronous access to the Subscribe Web service method.

SubscribeAsync(SubscribeType, Object)

The SubscribeAsync(SubscribeType, Object) method provides asynchronous access to the Subscribe Web service method.

SubscribeAsync(SubscribeType)

The SubscribeAsync(SubscribeType) method provides asynchronous access to the Subscribe Web service method.

public:
 void SubscribeAsync(ExchangeWebServices::SubscribeType ^ Subscribe1);
public void SubscribeAsync (ExchangeWebServices.SubscribeType Subscribe1);
Public Sub SubscribeAsync (Subscribe1 As SubscribeType)

Parameters

Subscribe1
SubscribeType

The Subscribe request.

Remarks

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

Applies to

SubscribeAsync(SubscribeType, Object)

The SubscribeAsync(SubscribeType, Object) method provides asynchronous access to the Subscribe Web service method.

public:
 void SubscribeAsync(ExchangeWebServices::SubscribeType ^ Subscribe1, System::Object ^ userState);
public void SubscribeAsync (ExchangeWebServices.SubscribeType Subscribe1, object userState);
Public Sub SubscribeAsync (Subscribe1 As SubscribeType, userState As Object)

Parameters

Subscribe1
SubscribeType

The Subscribe request.

userState
Object

Remarks

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

Applies to