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