menu
ews package
documentation
Autodiscover/AlternateMailbox.dart
AlternateMailbox
Type property
Type property
dark_mode
light_mode
Type
property
String
?
get
Type
Gets the alternate mailbox type.
Implementation
String? get Type => this._type;
set
Type
(
String
?
value
)
Implementation
set Type(String? value) => this._type = value;
ews package
documentation
Autodiscover/AlternateMailbox
AlternateMailbox
Type property
AlternateMailbox class