CreateActivitiesListRequest.sendEmail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to send an email about the new activity. Required.
public:
property bool sendEmail { bool get(); void set(bool value); };
public bool sendEmail { get; set; }
member this.sendEmail : bool with get, set
Public Property sendEmail As Boolean
Property Value
Indicates whether to send an email about the new activity. true
if you want email messages sent automatically; otherwise, false
.
Remarks
Use this property for the email activity.