SmtpAddress property

String? SmtpAddress
Gets or sets the SMTP address of this attendee.

Implementation

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

Implementation

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