wwipstuff::AddHeader

This method adds Extra Headers for the SMTP mail client.

o.AddHeader(lcHeader,lcValue)

Return Value

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


  Last Updated: 2/25/2005 | © West Wind Technologies, 2008