IEWSClient.Send

Send(MailMessage)

Sends the specified message.

public void Send(MailMessage message)
ParameterTypeDescription
messageMailMessageThe message.

See Also


Send(string, string, string, string)

Sends the specified message

public void Send(string from, string to, string subject, string body)
ParameterTypeDescription
fromStringFrom address
toStringTo address
subjectStringThe subject of message
bodyStringThe body of message

See Also


Send(MailMessage, FollowUpOptions)

Sends the message.

public void Send(MailMessage message, FollowUpOptions messageOptions)
ParameterTypeDescription
messageMailMessageThe MailMessage to be sent.
messageOptionsFollowUpOptionsThe FollowUpOptions that represents additional options for using follow-up flags and voting buttons.

See Also