PropagateByExpressionRequest.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 to automatically send email messages; otherwise, false. Primarily used for the email activity.

Applies to