hi all,
I get an error while appending a new custom header.
Ex:
strHeaderName = "urn:schemas:mailheader:x-ppnet"
Msg.Fields.Append strHeaderName, adVarChar
At the above line i get the following error
Error: Arguments are of the wrong type, are out of acceptable range, or are
in conflict with one another.
(this error happd inside ISMTPOnArrival)
Archived from group: microsoft>public>exchange>applications