Thread: Address Book
View Single Post
  #11  
Old June 2nd, 2004, 08:18 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Address Book

You must set Tools | Macro | Security to Low or Medium or leave it set to
High and use the Selfcert.exe tool that comes with Office to sign the
project. Restart Outlook after changing the security level.

The Application_ItemSend event handler must be in the ThisOutlookSession
module.

For troubleshooting, see if you can run any simple Outlook macro, and set a
breakpoint in the Application_ItemSend event handler to see if it's firing.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Roy" wrote in message
...
So, I went to the URL.

I copied the Private Sub Application_ItemSend code to the

ThisOutlookSession module under Project1.

I inserted a new Module and a new Class Module and copied the remainder of

the code in each of those modules.

I downloaded the Redemption file and executed that file. I checked the

SafeOutlookLibrary under Tools/References in Microsoft Visual Basic.

I then Compiled Project1 from the DeBug menu and closed and returned to

Outlook from the File Menu.

After doing all of this, I replied to a message and sent a new message.

But the recepient's e-mail address was not added to my Contact List.

Did I miss a step? Has anyone used this code successfully and can you

detail for me the steps you took to install this code.

If I need to add a name uner Tools Macro what name should I add.

Any help would be greatly appreciated and thank you Russ for all your help

thus far.


----- Russ Valentine [MVP-Outlook] wrote: -----

No.
You can use code to do that if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm
--
Russ Valentine
[MVP-Outlook]
"Roy" wrote in message
...
The question is, when I reply to an e-mail message shouldn't the

recepient's e-mail address be added to my contacts folder.
If the answere is yes, my e-mail program is not doing that. How

can I get
my e-mail program to do that?