FolderEvent クラス

定義

フォルダーに適用されるイベントを表します。

public ref class FolderEvent : Microsoft::Exchange::WebServices::Data::NotificationEvent
public class FolderEvent : Microsoft.Exchange.WebServices.Data.NotificationEvent
Public Class FolderEvent
Inherits NotificationEvent
継承

プロパティ

EventType

イベントの種類を取得します。

(継承元 NotificationEvent)
FolderId

このイベントが適用されるフォルダーの ID を取得します。

OldFolderId

移動またはコピーされたフォルダーの ID を取得します。

OldParentFolderId

このイベントが適用されるアイテムまたはフォルダーの古い親フォルダーの識別子を取得します。

(継承元 NotificationEvent)
ParentFolderId

このイベントが適用されるアイテムまたはフォルダーの親フォルダーの親フォルダー識別子を取得します。

(継承元 NotificationEvent)
TimeStamp

イベントのタイム スタンプを取得します。

(継承元 NotificationEvent)
UnreadCount

未読メッセージの新しい数を取得します。

適用対象