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.Email.
Summary
Initializes a new instance of the
EmailResult class.
- Assembly
- Cake
.Email .dll - Namespace
- Cake
.Email - Containing Type
- EmailResult
Syntax
public EmailResult(bool ok, string timeStamp, string error)
Parameters
| Name | Type | Description |
|---|---|---|
| ok | bool | Indicating success or failure. |
| timeStamp | string | Timestamp of the message. |
| error | string | Error message on failure. |
Return Value
| Type | Description |
|---|---|
| void |
