Table of Contents

Class MailOptions

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

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

MessageOptions

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

Property Value

bool