ExchangeService.EndSubscribeToPullNotifications(IAsyncResult) Method

Definition

Ends an asynchronous request to subscribe to pull notifications in the authenticated user's mailbox.This method was introduced in the Exchange Web Services (EWS) Managed API 1.2.

public:
 Microsoft::Exchange::WebServices::Data::PullSubscription ^ EndSubscribeToPullNotifications(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.PullSubscription EndSubscribeToPullNotifications (IAsyncResult asyncResult);
Public Function EndSubscribeToPullNotifications (asyncResult As IAsyncResult) As PullSubscription

Parameters

asyncResult
IAsyncResult

An IAsyncResult object that references the specified asynchronous request.

Returns

A PullSubscription object representing the new subscription.

Applies to