OwnerSmtpAddress property

String? get OwnerSmtpAddress
Gets the alternate mailbox owner SmtpAddress.

Implementation

String? get OwnerSmtpAddress => this._ownerSmtpAddress;
set OwnerSmtpAddress (String? value)

Implementation

set OwnerSmtpAddress(String? value) => this._ownerSmtpAddress = value;