wodImapServer ActiveX Component - ToString Method
      
 

Description

Returns string expression containing all headers.


Return Type

A String value.  


Syntax

object.ToString



The ToString Method syntax has these parts:

Part Description
object An expression evaluating to an object of type ImapMessageHeaders.

Remarks
ToString method will return string expression that is combined of all headers in the message (or message part), separated with CRLF sequence. Returned string expression is *almost* the same as in original message, with exception to LF->CRLF conversions.