Hi Everyone,
I want to put X-Info into the headers of emails I send from my .asp pages using the Server.CreateObject("CDO.Message").
I know you can use the normal fields like:
SndMail.from
SndMail.to
SndMail.CC
SndMail.BCC
SndMail.subject
etc...
but can you use X-Info and what is it called?
Would it be SndMail.X-Info or SndMail.XInfo? I tried both of these but they don't sem to have worked.
Thanks
- Lester.
I want to put X-Info into the headers of emails I send from my .asp pages using the Server.CreateObject("CDO.Message").
I know you can use the normal fields like:
SndMail.from
SndMail.to
SndMail.CC
SndMail.BCC
SndMail.subject
etc...
but can you use X-Info and what is it called?
Would it be SndMail.X-Info or SndMail.XInfo? I tried both of these but they don't sem to have worked.
Thanks
- Lester.
