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

  • Thread starter Thread starter =?iso-8859-1?q?Thor_=D8stergaard?=
  • Start date 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.
 
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.
 
Back
Top