getSubject() public method Returns the message subject. public string getSubject ( )return string The message subject
getReturnPath() public method (available since version 2.0.6) Returns the return-path (the bounce address) of this message. public string getReturnPath ( )return string The bounce email address.
getReplyTo() public method Returns the reply-to address of this message. public string getReplyTo ( )return string The reply-to address of this message.
getReadReceiptTo() public method (available since version 2.0.6) Get the addresses to which a read-receipt will be sent. public string getReadReceiptTo ( )return string Receipt receive email addresses.
getPriority() public method (available since version 2.0.6) Returns the priority of this message. public integer getPriority ( )return integer Priority value as integer in range: 1..5, where 1 is the highest priority and 5 is the lowest.
getHeader() public method (available since version 2.0.6) Returns all values for the specified header. public array getHeader ( $name )$name string Header name. return array Header values list.
getFrom() public method Returns the message sender. public string getFrom ( )return string The sender
getCharset() public method Returns the character set of this message. public string getCharset ( )return string The character set of this message.
getCc() public method Returns the Cc (additional copy receiver) addresses of this message. public array getCc ( )return array The Cc (additional copy receiver) addresses of this message.
getBcc() public method Returns the Bcc (hidden copy receiver) addresses of this message. public array getBcc ( )return array The Bcc (hidden copy receiver) addresses of this message.
Page 121 of 633