MailSubject
Purpose
This function returns the subject of the specified message.
Parameters
Parameter: index
Type: integer
Description: This is the index number of the message to be retrieved.
Returns
Return value: subject
Type: string
Description: This is the subject of the indexed mail message.
Example
Sample Code
VB
None