Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Contacts / January 2005

Tip: Looking for answers? Try searching our database.

How to automatically put people I reply to in my address book?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hau - 20 Jan 2005 09:21 GMT
I'm using Outlook 2000 (not that Only Internet mail version) and it no have
the auto put people in my address book feature, so what should I do?
Russ Valentine [MVP-Outlook] - 20 Jan 2005 10:13 GMT
No current versions of Outlook have the ability to add recipients
automatically to your Contacts Folder. Only the long abandoned IMO mode of
Outlook 98/2000 did that. To automatically add the email address of people
you respond to your Contacts Folder requires code:
http://www.outlookcode.com/d/code/autoaddrecip.htm

Signature

Russ Valentine
[MVP-Outlook]

> I'm using Outlook 2000 (not that Only Internet mail version) and it no
> have
> the auto put people in my address book feature, so what should I do?
Hau - 25 Jan 2005 02:33 GMT
I was go thru the link that you given but I still not understand how to add
in the cades, shall I copy the code sample from the web or I have to create
myself? pls. advice. Thanks!

> No current versions of Outlook have the ability to add recipients
> automatically to your Contacts Folder. Only the long abandoned IMO mode of
[quoted text clipped - 5 lines]
> > have
> > the auto put people in my address book feature, so what should I do?
Sue Mosher [MVP-Outlook] - 25 Jan 2005 03:06 GMT
Copy the code sample into the built-in ThisOutlookSession module in Outlook
VBA. If you're new to Outlook VBA macros, these web pages should help you
get started:

http://www.winnetmag.com/Articles/Index.cfm?ArticleID=21522&pg=1
http://www.outlookcode.com/d/vb.htm

Signature

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

>I was go thru the link that you given but I still not understand how to add
> in the cades, shall I copy the code sample from the web or I have to
[quoted text clipped - 12 lines]
>> > have
>> > the auto put people in my address book feature, so what should I do?
Russ Valentine [MVP-Outlook] - 25 Jan 2005 03:13 GMT
The instructions are all there. You can often cut and paste code samples.
Signature

Russ Valentine
[MVP-Outlook]

>I was go thru the link that you given but I still not understand how to add
> in the cades, shall I copy the code sample from the web or I have to
[quoted text clipped - 12 lines]
>> > have
>> > the auto put people in my address book feature, so what should I do?
Hau - 28 Jan 2005 03:01 GMT
I was follow the instruction to copy & paste on my Outlook VBA but it seem
doesn't work at all, below is the steps that i did:

1. copy the the codes as following to ThisOutlookSession session module in
Outlook VBA.

"Private Sub Application_ItemSend(ByVal Item As Object, _
                                Cancel As Boolean)
   Item.Categories = ""
   If Item.Class = olMail Then
       Call AddRecipToContacts(Item)
   End If
End Sub"

2. copy the other 2 procedures to Class Modules (class1) and save. Am I did
any mistake on coopy & paste? pls. advice. thanks

> The instructions are all there. You can often cut and paste code samples.
> >I was go thru the link that you given but I still not understand how to add
[quoted text clipped - 13 lines]
> >> > have
> >> > the auto put people in my address book feature, so what should I do?
Russ Valentine [MVP-Outlook] - 28 Jan 2005 09:59 GMT
You need to ask in a programming group.
Signature

Russ Valentine
[MVP-Outlook]

>I was follow the instruction to copy & paste on my Outlook VBA but it seem
> doesn't work at all, below is the steps that i did:
[quoted text clipped - 34 lines]
>> >> > have
>> >> > the auto put people in my address book feature, so what should I do?
Sue Mosher [MVP-Outlook] - 28 Jan 2005 13:44 GMT
Did you check your macro security -- Tools  | Macro | Security?

Signature

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

>I was follow the instruction to copy & paste on my Outlook VBA but it seem
> doesn't work at all, below is the steps that i did:
[quoted text clipped - 34 lines]
>> >> > have
>> >> > the auto put people in my address book feature, so what should I do?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.