MailToDisplay
Purpose
This function returns the name 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: name
Type: string
Description: This is the name of the recipient.
Example
Sample Code
VB
None