$swiftMessage public read-only property Swift message instance. public \Swift_Message getSwiftMessage ( )
$subject public property The message subject public string getSubject ( )public $this setSubject ( $subject )
$signature public write-only property Signature specification. See addSignature() for details on how it should be specified. public $this setSignature ( $signature )
$returnPath public property The bounce email address. public string getReturnPath ( )public $this setReturnPath ( $address )
$replyTo public property The reply-to address of this message. public string getReplyTo ( )public $this setReplyTo ( $replyTo )
$readReceiptTo public property Receipt receive email address(es). public string getReadReceiptTo ( )public $this setReadReceiptTo ( $addresses )
$priority public property Priority value, should be an integer in range: 1..5, where 1 is the highest priority and 5 is the lowest. public integer getPriority ( )public $this setPriority ( $priority )
$htmlBody public write-only property Message HTML content. public $this setHtmlBody ( $html )
$from public property The sender public string getFrom ( )public $this setFrom ( $from )
$charset public property The character set of this message. public string getCharset ( )public $this setCharset ( $charset )
Page 123 of 633