Class MailOptions
Options containing the message and whether to save the mail to the sent items of the user or not.
public class MailOptions
- Inheritance
-
MailOptions
- Inherited Members
Properties
Message
The message to send. Required.
public MessageOptions Message { get; set; }
Property Value
SaveToSentItems
Indicates whether to save the message in Sent Items. Specify it only if the parameter is false; default is true. Optional.
public bool SaveToSentItems { get; set; }