DistinguishedFolderIdType.ChangeKey Property
The ChangeKey property gets or sets a string that identifies a version of a folder that is identified by the Id property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ChangeKey As String
Get
Set
'Usage
Dim instance As DistinguishedFolderIdType
Dim value As String
value = instance.ChangeKey
instance.ChangeKey = value
public string ChangeKey { get; set; }
Property Value
Type: System.String
The ChangeKey property returns a string that represents a change key.
Remarks
This property is optional. Use this property to make sure that the correct version of a folder is used.
See Also