SendGridSettings.

ThrowOnFail Property

Summary

Gets or sets the Optional flag for if should throw exception on failure.
Assembly
Cake.SendGrid.dll
Namespace
Cake.SendGrid.Email
Containing Type
SendGridSettings

Syntax

public Nullable<bool> ThrowOnFail { get; set; }

Value

Type Description
Nullable<bool>