Back to product page

Name Property


Holds name of the header.

Type

String

Syntax

  • Basic
object.Name [= value]
The Name(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpHdr
valueA String value.

Remarks

Each header in email message is defined with Name and Value parts. For example, most common From: techsupport@weonlydo.com <Technical Support> header has two parts: From is header Name, and techsupport@weonlydo.com <Technical support> is header Value. You can freely change both of these properties, but try not to violate mail specifications.

Platforms

Windows