Retrieves the header information of the selected mail message.
Syntax:
MailMsgHeader(index, header-key)
Parameters:
index: The mail message index.header-key: A text string that corresponds to the header information segment.
Returns:
If the header-key is blank, the returned text string displays the entire header information.If the header key is not blank, the text string displays the value of the header segment defined by the header-key.
See also:
Mail functions
The Online and Rich Client Samples projects (program EL03 and REL03)