CakeMailResult Class

Summary

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

Syntax

[CakeAliasCategory("CakeMail")]
public sealed class CakeMailResult

Attributes

Type Description
CakeAliasCategory

Constructors

Name Summary
CakeMailResult(bool, string, string) Initializes a new instance of the CakeMailResult 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.