SmtpAddress property

String? get SmtpAddress
Gets the alternate mailbox address. It has value only when Server and LegacyDN is empty.

Implementation

String? get SmtpAddress => this._smtpAddress;
set SmtpAddress (String? value)

Implementation

set SmtpAddress(String? value) => this._smtpAddress = value;