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