SendEmailRequest.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 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.