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?
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?