Child pages
  • MailMessage

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Attachment[]
Table Cell (td)
#getAttachments()
Returns an array of Attachment instances corresponding to the attachments of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getCCAddresses()
Returns a String with all addresses present in the CC field of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getFromAddresses()
Returns a String with all addresses present in the From field of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getHeaders()
Returns a String with all headers of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getHtmlMsg()
Returns a String with the HTML content of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getPlainMsg()
Returns a String with the plain content of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
#getReceivedDate()
Returns a Date instace corresponding to the moment when the message was received.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getRecipientAddresses()
Returns a String with all addresses in the To field of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getReplyAddresses()
Returns a String with all addresses in the Reply-To field of this message.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
#getSentDate()
Returns a Date instance corresponding to the moment when this message was sent.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getSubject()
Returns a String with the subject of this message.

...