Interface EmailInterface
category |
System |
---|---|
package |
|
subpackage |
Interfaces |
getAttachments() : \AttachmentCollectionInterface
getBcc() : \ContactCollectionInterface
getCc() : \ContactCollectionInterface
getContentHtml() : \EmailContentInterface
getContentPlain() : \EmailContentInterface
getCreationDate() : \DateTime
\DateTime
E-Mail creation date.
getRecipient() : \EmailContactInterface
getReplyTo() : \EmailContactInterface
getSender() : \EmailContactInterface
getSentDate() : \DateTime
\DateTime
E-Mail sent date.
getSubject() : \EmailSubjectInterface
isPending() : boolean
boolean
E-Mail pending status.
setAttachments(\AttachmentCollectionInterface $attachments)
setBcc(\ContactCollectionInterface $bcc)
setCc(\ContactCollectionInterface $cc)
setContentHtml(\EmailContentInterface $contentHtml)
setContentPlain(\EmailContentInterface $contentPlain)
setCreationDate(\DateTime $creationDate)
\DateTime
E-Mail creation date.
setPending(boolean $p_isPending)
boolean
E-Mail pending status.
setRecipient(\EmailContactInterface $recipient)
setReplyTo(\EmailContactInterface $recipient)
setSender(\EmailContactInterface $sender)
setSentDate(\DateTime $sentDate)
\DateTime
E-Mail sent date.
setSubject(\EmailSubjectInterface $subject)