CreateActivitiesListRequest.sendEmail Property

Definition

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.

Applies to