![]() |
: I want to automate the Tools | Options | Mail Format to set the default signature from VBA
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 want to automate the Tools | Options | Mail Format to set the default signature from VBA
See http://www.outlookcode.com/codedetail.aspx?id=821 for sample code.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Thor Østergaard" wrote in message oups.com... 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 want to automate the Tools | Options | Mail Format to set the
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. -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Thor Østergaard" wrote: 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. |
All times are GMT +1. The time now is 08:59 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com