|
Exchange - Net Admin - Outlook Windows Mobile - Windows
Contact - Director's Blog 
Outlook Home
Exchange Consultancy
Outlook Amazon Store
Using Outlook With Exchange
Sharing Default Folders
Sharing and Accessing Non-Default Folders
New Message with Completed From Field
Working Offline prompt
New Message Options
Offline folders and Address book
Use GALMOD to Update Your Address Book Entry
Using Outlook Rules
Removing the password from a PST file
Old Addresses in Outlook 2003
General Outlook Tips
Team Calendars
Resetting or Disabling Address AutoComplete
Command Line Switches
Default fonts for message editing
Using Outlook Net Folders (Outlook 98/2000 only)
Missing Email
More Quick Tips |
Microsoft Outlook Page Last Reviewed: 02/07/2006
Outlook/Exchange Server Compatibility Information |
| Exchange Server Required | Yes |
| Exchange Server Compatible | Yes |
Outlook Version Compatibility | 97 | Yes |
| 98 | Yes |
| 2000 | Yes |
| 2002 (aka XP) | Yes |
| 2003 | Yes |
| 2007 | Yes |
New Message with Completed From Field Author: Simon Butler, Exchange MVP, MCSE
When Outlook is used with Exchange, and the permissions are set correctly, it is possible to send an email from your Outlook installation, as, or on behalf of, someone else.
If you do this frequently, then you may want to create a macro to open a new email message page, with the From field already completed. This would be useful if you are using the multiple account method of controlling email addresses on each domain,
more information.
This page shows you what the Macro is, and how to set it as a button.
Create the Macro
Creating Macros in Outlook is very easy.
- Choose Tools, Macro, Macros, or press ALT-F8
- Enter a name and click Create.
- A new window will popup - Microsoft Visual Basic.
- Copy and paste the code below in to the window - replacing all the text that is there.
- Change the email @ domain.com to the email address that you want to send email FROM.
- Click "Close and Return to Microsoft Outlook".
- The macro is now ready to use. Test it by clicking on Run.
Create the Button
Creating the Button is also quite easy.
- Right click on the Toolbar where the other buttons are already located and choose Customize.
- Click on the "Commands Tab".
- In the column on the left, scroll down until you find Macros.
- The Macro that you have just created will be listed. Click on it, and drag and drop it to your preferred location on the toolbar.
- Leaving the Customize box open, right click on the button. You can now rename and modify the button - perhaps naming it to match the email address the message is using.
- When finished, close the Customize box.
Be careful when you have the customize box open as you can rearrange all the buttons, remove them and more while it is open.
Problems
If you find the message is not being sent, then you need to check that the
"other" account is visible in the Global Address List OR is in the user's
personal contacts. Otherwise Outlook cannot resolve it to the account to check
that the permissions are set correctly.
|