ExchangeService.SubscribeToStreamingNotifications メソッド

定義

ストリーミング通知をサブスクライブします。 このメソッドを呼び出すと、Exchange Web Services (EWS) が呼び出されます。

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotifications (folderIds As IEnumerable(Of FolderId), ParamArray eventTypes As EventType()) As StreamingSubscription

パラメーター

folderIds
IEnumerable<FolderId>

サブスクライブするフォルダーのフォルダー識別子。

eventTypes
EventType[]

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

戻り値

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

適用対象