Setting Header and Footer in MS Outlook email

R

Rita

One of requirement is to print the custom user property values in header and
footer of email. We have completed code for setting the User Property values
for email. We need to find a way to print these User Property values in email
Header and Footer. We know how to do this manually but we need to find how we
can do the same programmatically.

In MS Outlook, open any email you have received in a new window. Select File
 Page Setup  Memo Style option from menu. In the popup Page Setup window we
can see the Header and Footer options. If we take a printout of any email
then, the values of variables which we set here will come in the printouts.

Here we are trying to add custom variable (variable name is predefined) in
Header and Footer. Is it possible to set the Footer variable using Inspector
object? We need solution for this. How we can handle this in C# code?
 
K

Ken Slovak - [MVP - Outlook]

There is no code control at all over what's printed. If you want a custom
printout you must code it yourself. Most of us automate Word to do custom
printouts.
 

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

Top