Validate method

  1. @override
void Validate()
override
Asserts the valid.

Implementation

@override
void Validate() {
  super.Validate();
  EwsUtilities.ValidateParam(this.Items, "Items");

  if (this.SavedCopyDestinationFolderId != null) {
    this
        .SavedCopyDestinationFolderId!
        .ValidateExchangeVersion(this.Service.RequestedServerVersion);
  }
}