ExchangeService.SubscribeToPullNotifications メソッド

定義

プル通知をサブスクライブします。

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

パラメーター

folderIds
IEnumerable<FolderId>

サブスクライブするフォルダーの ID。

timeout
Int32

サブスクリプションの有効期限が切れる経過時間 (分単位)。 このパラメーターの値は、1 ~ 1440 の範囲である必要があります。

watermark
String

以前に開いたサブスクリプションを表すオプションの透かし。

eventTypes
EventType[]

サブスクライブするイベントの種類。

戻り値

指定したフォルダーへの新しいサブスクリプション。

注釈

このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

適用対象