SendFaxRequest.IssueSend Property

Definition

Gets or sets whether to send the e-mail, 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

Indicates whether to send the e-mail, or to just record it as sent. true, to send the e-mail, otherwise, false.

Applies to