Outlook signature

G

Guest

Hi all

I have code in my db which generates an email using
Set objOutLook = New Outlook.Application
Set objMail = objOutLook.CreateItem(olMailItem)

Is there a way to add an Outlook signature to the email, eg a disclaimer? I
would like it to add the default signature of the person who has created the
email but I am not sure how to detect who the person is and pick up their
signature. I guess one way might be to get the network user name to pick up
the person's identity?

Can anyone offer any advice on this?

Thanks in advance for any help.
Sue
 
D

Douglas J Steele

While I realize that you're running this code from within Access, you might
try asking in a newsgroup related to Outlook: they'd have more experience
with what can be done using Outlook programmatically.
 

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