Summary
Class that lets you override default API settings.
- Namespace
- Cake
.SendGrid .Email - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SendGridSettings"]
class Type type-node
Syntax
[CakeAliasCategory("SendGrid")]
public sealed class SendGridSettings
Attributes
| Type | Description |
|---|---|
| CakeAliasCategory |
Properties
| Name | Value | Summary |
|---|---|---|
| ApiKey | string |
Gets or sets the ApiKey used for authentication.
|
| ThrowOnFail | bool? |
Gets or sets the Optional flag for if should throw exception on failure.
|