Send

Send (1 of 3)

Sends the specified message.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

Send(System::SharedPtr < MailMessage > message)
ParameterDescription
messageThe message.

Send (2 of 3)

Sends the message.

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

Send(System::SharedPtr < MailMessage > message, System::SharedPtr < Mapi::FollowUpOptions > messageOptions)
ParameterDescription
messageThe MailMessage to be sent.
messageOptionsThe FollowUpOptions that represents additional options for using follow-up flags and voting buttons.

Send (3 of 3)

Sends the specified message

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

Send(System::String from, System::String to, System::String subject, System::String body)
ParameterDescription
fromFrom address
toTo address
subjectThe subject of message
bodyThe body of message