Mailbox.fromAddress constructor

Mailbox.fromAddress(
  1. String? Address,
  2. String? RoutingType
)
Initializes a new instance of the The address used to reference the user mailbox. The routing type of the address used to reference the user mailbox.

Implementation

Mailbox.fromAddress(this.Address, this.RoutingType);