West Wind Internet Protocols 4.68 |
wwipstuff::AddHeader
|
Syntax: |
o.AddHeader(lcHeader,lcValue) |
| Return: | nothing |
| Parameters: |
lcHeader The name of the header to add lcValue
|
| Example: | loIP = CREATEOBJECT("wwIPStuff")
loIP.AddHeader("Priority","High")
... set up rest of IP Stuff email properties
loIP.SendMail()
|
See also: