Exchange2007CompatibilityMode property

bool get Exchange2007CompatibilityMode
Gets or sets a value indicating whether Exchange2007 compatibility mode is enabled.

Implementation

bool get Exchange2007CompatibilityMode => this.exchange2007CompatibilityMode;
set Exchange2007CompatibilityMode (bool value)

Implementation

set Exchange2007CompatibilityMode(bool value) {
  this.exchange2007CompatibilityMode = value;
}