menu
ews package
documentation
ComplexProperties/Mailbox.dart
Mailbox
Mailbox.fromAddress constructor
Mailbox.fromAddress constructor
dark_mode
light_mode
Mailbox.fromAddress
constructor
Mailbox.fromAddress
(
String
?
Address
,
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);
ews package
documentation
ComplexProperties/Mailbox
Mailbox
Mailbox.fromAddress constructor
Mailbox class