Constructor
new Email(emailopt, typeopt)
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
email |
String |
<optional> |
The email of the contact |
type |
String |
<optional> |
The type of the email |
_ |
String | The type of the object, for internal use only |
Builds an email object for a contact.
A contact can contain multiple emails objects.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
email |
String |
<optional> |
Email address |
type |
String |
<optional> |
Email type. Standard Values: HOME, WORK |