menu
ews package
documentation
ComplexProperties/Attachment.dart
Attachment
Load method
Load method
dark_mode
light_mode
Load
method
Future
<
void
>
Load
(
)
Loads the attachment. Calling this method results in a call to EWS.
Implementation
Future<void> Load() { return this.InternalLoad(null, null); }
ews package
documentation
ComplexProperties/Attachment
Attachment
Load method
Attachment class