Compartilhar via


ExchangeService.SubscribeToPullNotificationsOnAllFolders Método

Definição

Assina as notificações de pull em todas as pastas na caixa de correio de um usuário.

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

Parâmetros

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

Uma assinatura para os eventos especificados.

Aplica-se a