wodPop3 ActiveX Control - ContentCharset Property
      
 

Description

Returns character set of the content, if specified.


Property type

A String value.  


Syntax

object.ContentCharset



The ContentCharset Property syntax has these parts:

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

Remarks
ContentCharset property will extract and return character set of the content, if provided in the Content-Type header. For example, if header like this is found:
Content-Type: text/plain;
charset="iso-8859-1"
 
then ContentCharset would contain 'iso-8859-1' value.