Compartilhar via


ExchangeService.SubscribeToPullNotifications Método

Definição

Assina as notificações de pull.

public:
 Microsoft::Exchange::WebServices::Data::PullSubscription ^ SubscribeToPullNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, int timeout, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.PullSubscription SubscribeToPullNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, int timeout, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToPullNotifications (folderIds As IEnumerable(Of FolderId), timeout As Integer, watermark As String, ParamArray eventTypes As EventType()) As PullSubscription

Parâmetros

folderIds
IEnumerable<FolderId>

As IDs da pasta a ser assinada.

timeout
Int32

A quantidade de tempo decorrido, em minutos, após o qual a assinatura expira. O valor desse parâmetro deve estar no intervalo de 1 a 1440.

watermark
String

Uma marca d'água opcional que representa uma assinatura aberta anteriormente.

eventTypes
EventType[]

Os tipos de evento a serem inscritos.

Retornos

A nova assinatura da pasta especificada.

Comentários

Chamar esse método resulta em uma chamada para o Exchange Web Services (EWS).

Aplica-se a