ItemEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an event that applies to an item.
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
- Inheritance
Properties
EventType |
Gets the type of the event. (Inherited from NotificationEvent) |
ItemId |
Gets or sets the identifier of the item that this event applies to. |
OldItemId |
Gets or sets the identifier of the original item that was moved or copied. |
OldParentFolderId |
Gets the identifier of the old parent folder of the item or folder that this event applies to. (Inherited from NotificationEvent) |
ParentFolderId |
Gets the parent folder identifier for the parent folder of the item or folder that this event applies to. (Inherited from NotificationEvent) |
TimeStamp |
Gets a time stamp for the event. (Inherited from NotificationEvent) |