Documentation

EmailContactInterface

Interface EmailContactInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getContactName()  : string
Returns the contact name of an email.
getContactType()  : ContactTypeInterface
Returns the contact type of an email.
getEmailAddress()  : string
Returns an email address.
setContactName()  : mixed
Sets the contact name of an email.
setContactType()  : mixed
Sets the contact type of an email.
setEmailAddress()  : mixed
Sets an email address.

Methods

getContactName()

Returns the contact name of an email.

public getContactName() : string
Return values
string

E-Mail contact name.

getEmailAddress()

Returns an email address.

public getEmailAddress() : string
Return values
string

E-Mail address.

Search results