menu
ews package
documentation
ComplexProperties/Mailbox.dart
Mailbox
IsValid property
IsValid property
dark_mode
light_mode
IsValid
property
bool
get
IsValid
True if this instance is valid, false otherthise.
Implementation
bool get IsValid => !StringUtils.IsNullOrEmpty(this.Address);
ews package
documentation
ComplexProperties/Mailbox
Mailbox
IsValid property
Mailbox class