new EMailer(optsopt)
This class represents a JMAP EMailer.
An EMailer object holds the name and email address of either a sender or a recipient of a Message.
Parameters:
Name | Type | Attributes | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
Object |
<optional> |
The optional properties of this EMailer. Properties
|
- Source:
Methods
(static) unknown() → {EMailer}
This method returns the unknown EMailer, that is, an EMailer instance with all fields set to defaults.
- Source:
Returns:
The unknown EMailer.
- Type
- EMailer