InternalValidate method

  1. @override
void InternalValidate()
override
Validates this instance.

Implementation

@override
void InternalValidate() {
  super.InternalValidate();

  EwsUtilities.ValidateNonBlankStringParamAllowNull(this.Address, "address");
  EwsUtilities.ValidateNonBlankStringParamAllowNull(
      this.RoutingType, "routingType");
}