MovedCopiedEventType Members

Include Protected Members
Include Inherited Members

The MovedCopiedEventType class represents a moved or copied event notification.

The MovedCopiedEventType type exposes the following members.

Constructors

  Name Description
Public method MovedCopiedEventType The MovedCopiedEventType constructor initializes a new instance of the MovedCopiedEventType class.

Top

Properties

  Name Description
Public property Item The Item property gets a FolderIdType or an ItemIdType object that identifies the changed store item. (Inherited from BaseObjectChangedEventType.)
Public property Item1 The Item1 property gets the old identifier for a copied/moved item or folder.
Public property OldParentFolderId The OldParentFolderId property gets the identifier of the original parent folder of an item or folder that was moved.
Public property ParentFolderId The ParentFolderId property gets the parent folder identifier of the changed item or folder. (Inherited from BaseObjectChangedEventType.)
Public property TimeStamp The TimeStamp property gets the time stamp of a changed item or folder mailbox event. (Inherited from BaseObjectChangedEventType.)
Public property Watermark The Watermark property gets the last valid watermark for a subscription. (Inherited from BaseNotificationEventType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top