CopiedEvent

The CopiedEvent element represents an event in which an item or folder is copied.

<CopiedEvent>
   <Watermark/>
   <TimeStamp/>
   <FolderId/>
   <ParentFolderId/>
   <OldFolderId/>
   <OldParentFolderId/>
</CopiedEvent>
<CopiedEvent>
   <Watermark/>
   <TimeStamp/>
   <ItemId/>
   <ParentFolderId/>
   <OldItemId/>
   <OldParentFolderId/>
</CopiedEvent>

MovedCopiedEventType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Watermark
Represents an events bookmark in the mailbox events table.
TimeStamp
Represents the timestamp of a copy item/folder mailbox event.
FolderId
Represents the identifier of the folder.
ItemId
Represents the identifier of the item.
ParentFolderId
Represents the identifier of the folder that contains the copy.
OldFolderId
Represents the folder identifier of the original folder before it was copied.
OldItemId
Contains the unique identifier of the original item before it was copied.
OldParentFolderId
Contains the identifier of the original parent folder of an item or folder that was copied.

Parent elements

Element Description
Notification
Contains information about the subscription and the events that have occurred since the last notification.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Description
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also