SendEmailRequest.IssueSend Property

Definition

Gets or sets whether to send the email, or to just record it as sent.

public:
 property bool IssueSend { bool get(); void set(bool value); };
public bool IssueSend { get; set; }
member this.IssueSend : bool with get, set
Public Property IssueSend As Boolean

Property Value

true if the email should be sent; otherwise, false , just record it as sent.

Applies to