OwnerSmtpAddress property

String? OwnerSmtpAddress
Gets the alternate mailbox owner SmtpAddress.

Implementation

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

Implementation

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