SendGridResult Class

Summary

The result of SendGridProvider API post.
Namespace
Cake.SendGrid
Base Types
  • object
graph BT Type-->Base0["object"] Type["SendGridResult"] class Type type-node

Syntax

[CakeAliasCategory("SendGrid")]
public sealed class SendGridResult

Attributes

Type Description
CakeAliasCategory

Constructors

Name Summary
SendGridResult(bool, string, string, string) Initializes a new instance of the SendGridResult class.

Properties

Name Value Summary
Error string
Gets the Error message on failure.
MessageId string
Gets a value indicating whether success or failure, Error for info on failure.
Ok bool
Gets a value indicating whether success or failure, Error for info on failure.
TimeStamp string
Gets the Timestamp of the message.

Methods

Name Value Summary
ToString() string
Convert this instance of value to a string representation.