SmtpAddress property

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

Implementation

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

Implementation

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