MailForm
Purpose
This function returns the E-mail address of the person who sent the message.
Parameters
Parameter: index
Type: integer
Description: This is the index number of the message to be retrieved.
Returns
Return value: from address
Type: string
Description: This is the E-mail address of the sender for the indexed message.
Example
Sample Code
None