ExchangeService.SubscribeToStreamingNotificationsOnAllFolders メソッド

定義

指定したユーザーのメールボックス内のすべてのフォルダーでストリーミング通知をサブスクライブします。

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotificationsOnAllFolders(... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotificationsOnAllFolders (params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotificationsOnAllFolders (ParamArray eventTypes As EventType()) As StreamingSubscription

パラメーター

eventTypes
EventType[]

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

戻り値

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

適用対象