swiftmailer\Message $signature

$signature public write-only property Signature specification. See addSignature() for details on how it should be specified. public $this setSignature ( $signature )

swiftmailer\Message $subject

$subject public property The message subject public string getSubject ( )public $this setSubject ( $subject )

swiftmailer\Message $returnPath

$returnPath public property The bounce email address. public string getReturnPath ( )public $this setReturnPath ( $address )

swiftmailer\Message $swiftMessage

$swiftMessage public read-only property Swift message instance. public \Swift_Message getSwiftMessage ( )

swiftmailer\Message $readReceiptTo

$readReceiptTo public property Receipt receive email address(es). public string getReadReceiptTo ( )public $this setReadReceiptTo ( $addresses )

swiftmailer\Message $replyTo

$replyTo public property The reply-to address of this message. public string getReplyTo ( )public $this setReplyTo ( $replyTo )

swiftmailer\Message $priority

$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 )

swiftmailer\Message $charset

$charset public property The character set of this message. public string getCharset ( )public $this setCharset ( $charset )

swiftmailer\Message $htmlBody

$htmlBody public write-only property Message HTML content. public $this setHtmlBody ( $html )

swiftmailer\Message $cc

$cc public property The Cc (additional copy receiver) addresses of this message. public array getCc ( )public $this setCc ( $cc )