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
string
E-Mail contact name.
getContactType() : \ContactTypeInterface
getEmailAddress() : string
string
E-Mail address.
setContactName(\ContactNameInterface $contactName)
setContactType(\ContactTypeInterface $contactType)
setEmailAddress(\EmailAddressInterface $emailAddress)