ChangeKey property

String? ChangeKey
Gets the change key associated with the Exchange object. The change key represents the the version of the associated item or folder.

Implementation

String? get ChangeKey => this._changeKey;
void ChangeKey=(String? value)

Implementation

set ChangeKey(String? value) => this._changeKey;