Retrieves the reply to string of the selected mail message.
|
Syntax:
|
MailMsgReplyTo(index)
|
Parameters:
|
index: The mail message index
|
Returns:
|
The reply to information of the mail message.
|
Example:
|
MailMsgReplyTo (12) returns John Doe<johndoe@mymail.com>
|
See also:
|
Mail functions
The Online and Rich Client Samples projects (program EL03 and REL03)
|