This method adds Extra Headers for the SMTP mail client.

Syntax:

o.AddHeader(lcHeader,lcValue)
Return: nothing
Parameters: lcHeader
The name of the header to add

lcValue
The value of the header

Example:
loIP = CREATEOBJECT("wwIPStuff")
loIP.AddHeader("Priority","High")

... set up rest of IP Stuff email properties

loIP.SendMail()

See also:

Class wwipstuff

Updated: 2/25/2005 | Send topic feedback