SendGridResult.

SendGridResult(bool, string, string, string) Constructor

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