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