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);
}