MovedCopiedEventType 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.
The MovedCopiedEventType class represents a moved or copied event notification.
public ref class MovedCopiedEventType : ExchangeWebServices::BaseObjectChangedEventType
public class MovedCopiedEventType : ExchangeWebServices.BaseObjectChangedEventType
Public Class MovedCopiedEventType
Inherits BaseObjectChangedEventType
- Inheritance
Constructors
MovedCopiedEventType() |
The MovedCopiedEventType constructor initializes a new instance of the MovedCopiedEventType class. |
Properties
Item |
The Item property gets a FolderIdType or an ItemIdType object that identifies the changed store item. (Inherited from BaseObjectChangedEventType) |
Item1 |
The Item1 property gets the old identifier for a copied/moved item or folder. |
OldParentFolderId |
The OldParentFolderId property gets the identifier of the original parent folder of an item or folder that was moved. |
ParentFolderId |
The ParentFolderId property gets the parent folder identifier of the changed item or folder. (Inherited from BaseObjectChangedEventType) |
TimeStamp |
The TimeStamp property gets the time stamp of a changed item or folder mailbox event. (Inherited from BaseObjectChangedEventType) |
Watermark |
The Watermark property gets the last valid watermark for a subscription. (Inherited from BaseNotificationEventType) |