menu
ews package
documentation
Core/ServiceObjects/ResponseObjects/ResponseObject.dart
ResponseObject<TMessage extends EmailMessage>
Send method
Send method
dark_mode
light_mode
Send
method
Future
<
void
>
Send
(
)
Sends this response without saving a copy. Calling this method results in a call to EWS.
Implementation
Future<
void
> Send()
async
{
await
this
.InternalCreate(
null
, MessageDisposition.SendOnly); }
ews package
documentation
Core/ServiceObjects/ResponseObjects/ResponseObject
ResponseObject<TMessage extends EmailMessage>
Send method
ResponseObject class