ExchangeService.SubscribeToPullNotificationsOnAllFolders メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーのメールボックス内のすべてのフォルダーでプル通知をサブスクライブします。
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[]
サブスクライブするイベントの種類。
戻り値
指定したイベントのサブスクリプション。