This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SendGrid.
Summary
Initializes a new instance of the
SendGridResult
class.
- Assembly
- Cake
.SendGrid .dll - Namespace
- Cake
.SendGrid - Containing Type
- SendGridResult
Syntax
public SendGridResult(bool ok, string messageId, string timeStamp, string error)
Parameters
Name | Type | Description |
---|---|---|
ok | bool | Indicating success or failure. |
messageId | string | The unique ID of the sent email. |
timeStamp | string | Timestamp of the message. |
error | string | Error message on failure. |
Return Value
Type | Description |
---|---|
void |