RootItemIdType.RootItemChangeKey Property
The RootItemChangeKey property gets the new change key of the root item of a deleted attachment.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RootItemChangeKey As String
Get
Set
'Usage
Dim instance As RootItemIdType
Dim value As String
value = instance.RootItemChangeKey
instance.RootItemChangeKey = value
public string RootItemChangeKey { get; set; }
Property Value
Type: System.String
The RootItemChangeKey property returns a string that represents the new change key of the root item of a deleted attachment.
See Also