SendFaxRequest.IssueSend 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 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
.