ItemEvent クラス

定義

項目に適用されるイベントを表します。

public ref class ItemEvent sealed : Microsoft::Exchange::WebServices::Data::NotificationEvent
public sealed class ItemEvent : Microsoft.Exchange.WebServices.Data.NotificationEvent
Public NotInheritable Class ItemEvent
Inherits NotificationEvent
継承

プロパティ

EventType

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

(継承元 NotificationEvent)
ItemId

このイベントが適用されるアイテムの識別子を取得または設定します。

OldItemId

移動またはコピーされた元のアイテムの識別子を取得または設定します。

OldParentFolderId

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

(継承元 NotificationEvent)
ParentFolderId

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

(継承元 NotificationEvent)
TimeStamp

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

(継承元 NotificationEvent)

適用対象