InternalValidate method
Implementation
@override
void InternalValidate() {
super.InternalValidate();
EwsUtilities.ValidateNonBlankStringParamAllowNull(this.Address, "address");
EwsUtilities.ValidateNonBlankStringParamAllowNull(
this.RoutingType, "routingType");
}