View Single Post
  #2  
Old May 22nd 06, 05:29 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default New email button

Am Sun, 21 May 2006 11:41:54 GMT schrieb Stuart Duncan:

Stuart, you can create a template with that addresses and store it e.g. in
the drafts folder. If that e-mail has an unique subject you can call it
easily with:

Public Sub DisplayTemplate()
Application.Session.GetDefaultFolder(olFolderDraft s) _
.Items("YourTemplate").Display
End Sub

Right click on the toolbar, select Customize/Commands/Macros/Macro Name and
drag that name onto the toolbar.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Hi,

I regularly have to send emails to a couple of recipients and find

locating
them in the address book tedious.

Can anyone tell me how to put a button on a toolbat that will create a new
mail message with the recipients name already there?

Thanks

Stusrt

Ads