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.CakeMail.
Summary
Initializes a new instance of the
CakeMailResult
class.
- Assembly
- Cake
.CakeMail .dll - Namespace
- Cake
.CakeMail - Containing Type
- CakeMailResult
Syntax
public CakeMailResult(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 |