: I want to automate the Tools | Options | Mail Format to set the default signature from VBA

  • Thread starter =?iso-8859-1?q?Thor_=D8stergaard?=
  • Start date
?

=?iso-8859-1?q?Thor_=D8stergaard?=

Hi,
I'm automatically creating signature files for my users in the right
signature folder in Outlook.

How do I set my signature file as default signature for mails from VBA.

Using Outlook 2003, but don't know witch mailformat/editor my users are
using.
 
G

Guest

I don't believe the name of the default signature is stored in the registry
for Outlook 2003, but you can change this value with Group Policies or custom
deployment tools from the Office Resource Kit.

Otherwise, you can read a specific file in the C:\Documents and
Settings\USERNAME\Application Data\Microsoft\Signatures
folder and insert it into your code, removing any default signatures that
may have been automatically applied.
 

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