![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: automate, default, format, mail, options, set, signature, tools, vba |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Ads |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reminders don't appear despite but set up under ToolsOptionsetc | IC | Outlook - Calandaring | 1 | April 20th 06 04:10 AM |
| How do I set the default message format when forwarding? | SueS | Outlook - Calandaring | 0 | February 24th 06 05:32 PM |
| Automate keystrokes w/ VBA? | Rich Roller | Outlook and VBA | 10 | February 23rd 06 04:53 PM |
| Outlook 2003 | Tools | Options | Calendar options | Sue Mosher [MVP-Outlook] | Outlook - General Queries | 0 | January 18th 06 10:59 PM |
| Choosing OptionsMail Format Crashes Outlook 2003 | Baer Bradford | Outlook - Installation | 2 | January 13th 06 06:36 AM |