How to integrate company logo with auto send using vb.net
Hi,
In my VB.NET Windows form application, I'm using the Outlook object to
compose and
automatically send email. The spec also requires that I integrate the
company logo on the top of the email to look like the company
letterhead. I tried creating a html page with the company logo design
on it and set
it as the default stationery. It works when I compose a new email
manually from Outlook. But when the email is composed and sent from
VB.NET code using the Outlook MailItem, for reason beyond my level of
understanding, the default stationery is not used. Instead all I see
is a blank template. I'm fairly new at this game. I greatly
appreciate your help.
|