EmailResult Class

Summary

The result of EmailProvider.
Namespace
Cake.Email
Base Types
  • object
graph BT Type-->Base0["object"] Type["EmailResult"] class Type type-node

Syntax

[CakeAliasCategory("Email")]
public sealed class EmailResult

Attributes

Type Description
CakeAliasCategory

Constructors

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

Properties

Name Value Summary
Error string
Gets the Error message 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.