How to add headers to outgoing mail - Outlook 2003

  • Thread starter Thread starter Dennis Grinberg
  • Start date Start date
D

Dennis Grinberg

Is there a way to add custom headers to outgoing mail via Outlook 2003? I
would like all my outgoing mail (associated with one Account, if possible)
to have an additional header.

Thank you!
 
I tried the samples there -- neither the X-header form example nor the
AddHeader3 form seem to do the trick. The message I send still comes back
without the added header line.


Diane Poremsky said:
You'll need a custom form - see http://victori.hypermart.net/, there is a
code sample near the end of the page.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&num=30

Dennis Grinberg said:
Is there a way to add custom headers to outgoing mail via Outlook 2003? I
would like all my outgoing mail (associated with one Account, if possible)
to have an additional header.

Thank you!
 
Hmmm... they may not work with Outlook 2003. Look at outlookcode.com, there
might additional samples or information there.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&num=30

Dennis Grinberg said:
I tried the samples there -- neither the X-header form example nor the
AddHeader3 form seem to do the trick. The message I send still comes back
without the added header line.


Diane Poremsky said:
You'll need a custom form - see http://victori.hypermart.net/, there is a
code sample near the end of the page.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&num=30

Dennis Grinberg said:
Is there a way to add custom headers to outgoing mail via Outlook 2003? I
would like all my outgoing mail (associated with one Account, if possible)
to have an additional header.

Thank you!
 
Redemption can be used for that and it works with Outlook 2003.
There's a code sample on the Redemption Web site
(www.dimastr.com/redemption) that shows how to add a custom X-header
to an outgoing message. It works by setting a MAPI property on the
message prior to it's being sent out. The MAPI spooler automatically
converts that property into the X-header.




Diane Poremsky said:
Hmmm... they may not work with Outlook 2003. Look at outlookcode.com, there
might additional samples or information there.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&n
um=30
 
Thank you. I will check it out.

Dennis
Ken Slovak - said:
Redemption can be used for that and it works with Outlook 2003.
There's a code sample on the Redemption Web site
(www.dimastr.com/redemption) that shows how to add a custom X-header
to an outgoing message. It works by setting a MAPI property on the
message prior to it's being sent out. The MAPI spooler automatically
converts that property into the X-header.




Diane Poremsky said:
Hmmm... they may not work with Outlook 2003. Look at outlookcode.com, there
might additional samples or information there.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&n
um=30
 
This did the trick, after changing my security level to medium.

Dennis
Ken Slovak - said:
Redemption can be used for that and it works with Outlook 2003.
There's a code sample on the Redemption Web site
(www.dimastr.com/redemption) that shows how to add a custom X-header
to an outgoing message. It works by setting a MAPI property on the
message prior to it's being sent out. The MAPI spooler automatically
converts that property into the X-header.




Diane Poremsky said:
Hmmm... they may not work with Outlook 2003. Look at outlookcode.com, there
might additional samples or information there.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)



Search for answers: http://groups.google.com
Most recent posts to the Outlook newsgroups:
http://groups.google.com/groups?as_ugroup=microsoft.public.outlook.*&n
um=30
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top