Interface EmailInterface
Interface EmailInterface
Direct known implementers
Package: Email\Interfaces
Category: System
Located at Services/System/Email/Interfaces/Entities/EmailInterface.inc.php
Category: System
Located at Services/System/Email/Interfaces/Entities/EmailInterface.inc.php
Methods summary
public
setAttachments( AttachmentCollectionInterface $attachments )
Sets the attachments of an email.
public
setPending( boolean $p_isPending )
Sets an email status to pending if true is given, else sent.