Mailbox.fromSmtpAddress constructor

Mailbox.fromSmtpAddress(
  1. String? Address
)
Initializes a new instance of the The primary SMTP address of the mailbox.

Implementation

Mailbox.fromSmtpAddress(this.Address);