ExchangeService.SubscribeToPullNotificationsOnAllFolders メソッド

定義

ユーザーのメールボックス内のすべてのフォルダーでプル通知をサブスクライブします。

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

パラメーター

timeout
Int32

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

watermark
String

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

eventTypes
EventType[]

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

戻り値

指定したイベントのサブスクリプション。

適用対象