HeaderValue Property  
 

Return the value of the current header field.

Syntax

object.HeaderValue

Remarks

The HeaderValue property returns the value of the header field specified by the HeaderField property. This property can be used to obtain the value of any header in the current message.

Note that the server must support the XTND XLST command in order to retrieve the header value. If the command is not supported, the HeaderValue property will return an empty string.

Data Type

String

See Also

HeaderField Property, Message Property, MessageUID Property