Class EmailContact
Represents a contact (sender/recipient) that participates in an email entity.
| category |
System |
|---|---|
| package |
|
| subpackage |
Entities |
__construct(\EmailAddressInterface $emailAddress = null, \ContactTypeInterface $contactType = null, \ContactNameInterface $contactName = null)
__toString() : string
getContactName() : string
stringE-Mail contact name.
getContactType() : \ContactTypeInterface
getEmailAddress() : string
stringE-Mail address.
setContactName(\ContactNameInterface $contactName)
setContactType(\ContactTypeInterface $contactType)
setEmailAddress(\EmailAddressInterface $emailAddress)