View Single Post
  #1  
Old November 20th 07, 10:00 AM posted to microsoft.public.outlook,microsoft.public.outlook.program_vba
John
external usenet poster
 
Posts: 135
Default Stationery missing when sending email via code

Hi

In outlook I have set stationery and signatures under 'Mail Format' tab. The
problem is when I send email from another application via code such as

Set OutlookApp = New Outlook.Application
Set EM = OutlookApp.CreateItem(olMailItem)

The email ignores the stationery. What is the problem and how can I make the
stationery work even when mail is sent via code?

Many Thanks

Regards


Ads