MailTo
Purpose
This function returns the E-mail address of the person the message was sent to.
Parameters
Parameter: index
Type: integer
Description: This is the index number of the message to be retrieved.
Returns
Return value: to address
Type: string
Description: This is the E-mail address of the recipient of the indexed message.
Example
Sample Code
VB
None