Outlook 2K Signature

  • Thread starter Thread starter Alphonse Giambrone
  • Start date Start date
A

Alphonse Giambrone

Using automation to send emails from Access 2K through Outlook 2K.
All works well except the signature that would normally be added to the
email (if creating manually) is not included in the message.
Is there a way to include the default signature when using automation?
If so, sample or explanation please?

If not, can it be done in later versions of Outlook?

TIA
 
Eric,

Thanks for your help.
Following an example from another group I figured out that what I needed to
do was display the mail item prior to inserting my body content. Outlook
would then include the default signature and I could then concatenate my
message body with it.

--

Alphonse Giambrone
Email: a-giam at customdatasolutions dot us


Eric Legault said:
As long as you use the Outlook object model (not the Access SendMail
method or whatever it is called), you can automate clicking on the
Insert|Signature|{Signature Name} by using Outlook and Office VBA.
See my post at
http://www.microsoft.com/office/com..._vba&mid=8b637ac4-47ba-4220-99ae-c163194ecbff
for an example.
 
Back
Top