![]() |
| 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. |
|
|||||||
| Tags: contact, externally, list, updating |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am using the outlook contact list as the base of a sales list, that is
uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? -- Wendell A. Clark, BS ------------------------------------- CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, please notify us by reply e-mail. You are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please destroy all copies of this communication and any attachments. Contact the sender if it continues. |
| Ads |
|
#2
|
|||
|
|||
|
Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
|
#3
|
|||
|
|||
|
I want to give the enduser access to updating phone numbers, addresses etc
the generic C.R.U.D. features usually associated with a database, but performed against the contact list. -- Wendell A. Clark, BS ------------------------------------- CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, please notify us by reply e-mail. You are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please destroy all copies of this communication and any attachments. Contact the sender if it continues. "Sue Mosher [MVP-Outlook]" wrote in message ... Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
|
#4
|
|||
|
|||
|
Since Outlook already provides the ability to update contacts in any contacts folder for which the user has permission, how does what you want to do differ from that built-in functionality?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I want to give the enduser access to updating phone numbers, addresses etc the generic C.R.U.D. features usually associated with a database, but performed against the contact list. "Sue Mosher [MVP-Outlook]" wrote in message ... Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it? "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
|
#5
|
|||
|
|||
|
Sue Mosher [MVP-Outlook] wrote:
Since Outlook already provides the ability to update contacts in any contacts folder for which the user has permission, how does what you want to do differ from that built-in functionality? I think they want to do it outside of the Outlook UI because the field agents are off site. Seems that's a job for OWA or VPN/RPC over HTTP to me. -- Brian Tillman |
|
#6
|
|||
|
|||
|
I just want to insulate my user from having to go through outlook, the
scheduling is used but the the data feeds other forms and reports. -- Wendell A. Clark, BS ------------------------------------- CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, please notify us by reply e-mail. You are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please destroy all copies of this communication and any attachments. Contact the sender if it continues. "Sue Mosher [MVP-Outlook]" wrote in message ... Since Outlook already provides the ability to update contacts in any contacts folder for which the user has permission, how does what you want to do differ from that built-in functionality? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I want to give the enduser access to updating phone numbers, addresses etc the generic C.R.U.D. features usually associated with a database, but performed against the contact list. "Sue Mosher [MVP-Outlook]" wrote in message ... Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it? "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
|
#7
|
|||
|
|||
|
Your options for building such an application would depend on such things as:
-- where the contact data is stored (e.g. PST file vs. Exchange public folder) -- if Exchange, what version -- network security issues related to external access by the offline agents -- Outlook version etc. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I just want to insulate my user from having to go through outlook, the scheduling is used but the the data feeds other forms and reports. "Sue Mosher [MVP-Outlook]" wrote in message ... Since Outlook already provides the ability to update contacts in any contacts folder for which the user has permission, how does what you want to do differ from that built-in functionality? "Wendell A. Clark" wrote in message ... I want to give the enduser access to updating phone numbers, addresses etc the generic C.R.U.D. features usually associated with a database, but performed against the contact list. "Sue Mosher [MVP-Outlook]" wrote in message ... Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it? "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
|
#8
|
|||
|
|||
|
Thanks... ;-)
-- Wendell A. Clark, BS ------------------------------------- CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, please notify us by reply e-mail. You are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please destroy all copies of this communication and any attachments. Contact the sender if it continues. "Sue Mosher [MVP-Outlook]" wrote in message ... Your options for building such an application would depend on such things as: -- where the contact data is stored (e.g. PST file vs. Exchange public folder) -- if Exchange, what version -- network security issues related to external access by the offline agents -- Outlook version etc. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Wendell A. Clark" wrote in message ... I just want to insulate my user from having to go through outlook, the scheduling is used but the the data feeds other forms and reports. "Sue Mosher [MVP-Outlook]" wrote in message ... Since Outlook already provides the ability to update contacts in any contacts folder for which the user has permission, how does what you want to do differ from that built-in functionality? "Wendell A. Clark" wrote in message ... I want to give the enduser access to updating phone numbers, addresses etc the generic C.R.U.D. features usually associated with a database, but performed against the contact list. "Sue Mosher [MVP-Outlook]" wrote in message ... Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it? "Wendell A. Clark" wrote in message ... I am using the outlook contact list as the base of a sales list, that is uded by off-line field agents. I would like to implement an edit ability from my program to adjust the contact list is this possible -- if so is their a tutorial to get me started? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| contact list | sabrina | Outlook Express | 1 | June 24th 06 04:36 AM |
| make a distribution list from a named category(in contact list) | Davida | Outlook - General Queries | 8 | April 16th 06 08:12 AM |
| Email receipt updating associated contact details automatically? | miner2049er | Outlook - Using Contacts | 1 | April 10th 06 06:14 AM |
| Copy address from one contact list to another contact list | Louise | Outlook - Using Contacts | 1 | January 26th 06 03:50 PM |
| Populating a drop down list from a contact list | Richard Edwards | Outlook - Using Forms | 0 | January 20th 06 10:10 AM |