B
bierlyt
Apparently there is no built-in functionality to Outlook 2002 to
automatically add contacts that you either send or reply to. However,
I found some code that uses Redemption library to add a new contact
whenever you send to an email not in your contact list.
I am supposed to put some of the code in the Application_ItemSend event
for ThisOutlookSession. I hit Alt-F11 to open the Visual Basic editor,
and chose Application from the first drop down, and ItemSend from the
second drop-down and it created the stub sub.
I added the code in and tried sending an email. Nothing happened. I
tried putting a breakpoint in the Application_ItemSend event, and it
never gets hit.
Why woud the ItemSend event not get triggered when I send an email??
Thanks,
Toby
automatically add contacts that you either send or reply to. However,
I found some code that uses Redemption library to add a new contact
whenever you send to an email not in your contact list.
I am supposed to put some of the code in the Application_ItemSend event
for ThisOutlookSession. I hit Alt-F11 to open the Visual Basic editor,
and chose Application from the first drop down, and ItemSend from the
second drop-down and it created the stub sub.
I added the code in and tried sending an email. Nothing happened. I
tried putting a breakpoint in the Application_ItemSend event, and it
never gets hit.
Why woud the ItemSend event not get triggered when I send an email??
Thanks,
Toby