A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Autosaving a Contact when replying



 
 
Thread Tools Display Modes
  #1  
Old June 3rd, 2004, 12:01 AM
JD McCarty
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

How do I configure Outlook to autosave the name in the reply with it's email address. Using Outlook 2003 and the learning curve is killing me...

JD
  #2  
Old June 3rd, 2004, 12:16 AM
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

No such feature in any current version of Outlook. That's an Outlook Express
feature.
You can create one with code if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm

--
Russ Valentine
[MVP-Outlook]
"JD McCarty" wrote in message
...
How do I configure Outlook to autosave the name in the reply with it's

email address. Using Outlook 2003 and the learning curve is killing me...

JD



  #3  
Old June 4th, 2004, 10:31 PM
Roy
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

I would like to know if anyone can get that code to work. I am using Windows 2000 professional and the code keeps giving me errors.

I would like to know if someone else is using the code successfully in a Windows 2000 pofessional operating system using Outlook 2002.

Russ, you should know that I have been working with Sue Mosher on the code and do not know if she is working on the bug or not. I keep getting an error saying Cannot open express service. Has something to do with exprv.dll. Tried everything she suggested and was still unable to get Outlook to add recepients to the contacts folder automatically.

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

No such feature in any current version of Outlook. That's an Outlook Express
feature.
You can create one with code if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm

--
Russ Valentine
[MVP-Outlook]
"JD McCarty" wrote in message
...
How do I configure Outlook to autosave the name in the reply with it's

email address. Using Outlook 2003 and the learning curve is killing me...
JD

  #4  
Old June 5th, 2004, 03:51 AM
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

I've never encountered anyone so far who could not get this code to work.
--
Russ Valentine
[MVP-Outlook]
"Roy" wrote in message
...
I would like to know if anyone can get that code to work. I am using

Windows 2000 professional and the code keeps giving me errors.

I would like to know if someone else is using the code successfully in a

Windows 2000 pofessional operating system using Outlook 2002.

Russ, you should know that I have been working with Sue Mosher on the code

and do not know if she is working on the bug or not. I keep getting an
error saying Cannot open express service. Has something to do with
exprv.dll. Tried everything she suggested and was still unable to get
Outlook to add recepients to the contacts folder automatically.

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

No such feature in any current version of Outlook. That's an Outlook

Express
feature.
You can create one with code if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm

--
Russ Valentine
[MVP-Outlook]
"JD McCarty" wrote in message
...
How do I configure Outlook to autosave the name in the reply with

it's
email address. Using Outlook 2003 and the learning curve is killing

me...
JD



  #5  
Old June 5th, 2004, 06:31 AM
Roy
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

Maybe you can help me debug my problem.

When I reply to a message I got the following error.

Run-time error '-1214234619(b7a04005)':
Failed to start the Expression Service. The Expression Service might not

be installed. This problem may be resolved by using Detect and Repair on
the Help menu or re-running Office XP setup.

I rand Detect and Repair, and the system told me it installed it successfully. Replied to the message again and got the same error.

Tried to debug the problem. I inserted a breakpoint in AddRecipToContacts method.
strAddress = objSRecip.Address
For i = 1 To 3
strFind = "[Email" & i & "Address] = " & _
AddQuote(strAddress)
Set objContact = colContacts.Find(strFind)

At the "Set objContact = colContacts.Find(strFind)" is where the routing gets hung up and displays the runtime error.

Can you offer me any advice????????



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

I've never encountered anyone so far who could not get this code to work.
--
Russ Valentine
[MVP-Outlook]
"Roy" wrote in message
...
I would like to know if anyone can get that code to work. I am using

Windows 2000 professional and the code keeps giving me errors.
I would like to know if someone else is using the code successfully in a

Windows 2000 pofessional operating system using Outlook 2002.
Russ, you should know that I have been working with Sue Mosher on the code

and do not know if she is working on the bug or not. I keep getting an
error saying Cannot open express service. Has something to do with
exprv.dll. Tried everything she suggested and was still unable to get
Outlook to add recepients to the contacts folder automatically.
----- Russ Valentine [MVP-Outlook] wrote: -----
No such feature in any current version of Outlook. That's an Outlook

Express
feature.
You can create one with code if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm
--

Russ Valentine
[MVP-Outlook]
"JD McCarty" wrote in message
...
How do I configure Outlook to autosave the name in the reply with

it's
email address. Using Outlook 2003 and the learning curve is killing

me...
JD

  #6  
Old June 5th, 2004, 10:22 AM
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Autosaving a Contact when replying

Sorry, I can't.
I don't know a thing about debugging code. If Sue can't do it. No one can.
--
Russ Valentine
[MVP-Outlook]
"Roy" wrote in message
...
Maybe you can help me debug my problem.

When I reply to a message I got the following error.

Run-time error '-1214234619(b7a04005)':
Failed to start the Expression Service. The Expression Service

might not
be installed. This problem may be resolved by using Detect and Repair

on
the Help menu or re-running Office XP setup.

I rand Detect and Repair, and the system told me it installed it

successfully. Replied to the message again and got the same error.

Tried to debug the problem. I inserted a breakpoint in

AddRecipToContacts method.
strAddress = objSRecip.Address
For i = 1 To 3
strFind = "[Email" & i & "Address] = " & _
AddQuote(strAddress)
Set objContact = colContacts.Find(strFind)

At the "Set objContact = colContacts.Find(strFind)" is where the

routing gets hung up and displays the runtime error.

Can you offer me any advice????????



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

I've never encountered anyone so far who could not get this code to

work.
--
Russ Valentine
[MVP-Outlook]
"Roy" wrote in message
...
I would like to know if anyone can get that code to work. I am

using
Windows 2000 professional and the code keeps giving me errors.
I would like to know if someone else is using the code

successfully in a
Windows 2000 pofessional operating system using Outlook 2002.
Russ, you should know that I have been working with Sue Mosher on

the code
and do not know if she is working on the bug or not. I keep getting

an
error saying Cannot open express service. Has something to do with
exprv.dll. Tried everything she suggested and was still unable to

get
Outlook to add recepients to the contacts folder automatically.
----- Russ Valentine [MVP-Outlook] wrote: -----
No such feature in any current version of Outlook. That's an

Outlook
Express
feature.
You can create one with code if you want:
http://www.outlookcode.com/d/code/autoaddrecip.htm
--

Russ Valentine
[MVP-Outlook]
"JD McCarty" wrote in message
...
How do I configure Outlook to autosave the name in the reply with

it's
email address. Using Outlook 2003 and the learning curve is

killing
me...
JD



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.