wodPop3 ActiveX Control - Name Property
      
 

Description

Holds name of the header.


Property type

A String value.  


Syntax

object.Name [= value]



The Name Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Hdr.
value A String value.

Remarks

Each header in email message is defined with Name and Value parts. For example, most common

From: "Technical support" <techsupport@weonlydo.com>

header has two parts: 'From' is header Name, and "Technical support" <'techsupport@weonlydo.com>  is header Value.

You can freely change both of these properties, but try not to violate mail specifications.