MovedCopiedEventType.Item1 Property
The Item1 property gets the old identifier for a copied/moved item or folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item1 As Object
Get
Set
'Usage
Dim instance As MovedCopiedEventType
Dim value As Object
value = instance.Item1
instance.Item1 = value
public Object Item1 { get; set; }
Property Value
Type: System.Object
The Item1 property returns an object that represents either a FolderIdType or an ItemIdType object.
See Also