MS Office Forum / Outlook / Contacts / July 2006
Updating contact list externally
|
|
Thread rating:  |
Wendell A. Clark - 07 Jul 2006 19:44 GMT 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?
 Signature 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] - 07 Jul 2006 21:10 GMT Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it?
 Signature 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
>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 - 07 Jul 2006 21:46 GMT 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.
 Signature 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.
Adjust the contact list in what way beyond the usual opening a contact, changing it and saving it?
 Signature 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
>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? Sue Mosher [MVP-Outlook] - 07 Jul 2006 22:48 GMT 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?
 Signature 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
>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.
> Adjust the contact list in what way beyond the usual opening a contact, > changing it and saving it? [quoted text clipped - 3 lines] >> from my program to adjust the contact list is this possible -- if so is >> their a tutorial to get me started? Brian Tillman - 10 Jul 2006 15:52 GMT > 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.
 Signature Brian Tillman
Wendell A. Clark - 10 Jul 2006 22:57 GMT 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.
 Signature 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.
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?
 Signature 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
>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.
> Adjust the contact list in what way beyond the usual opening a contact, > changing it and saving it? [quoted text clipped - 5 lines] >> from my program to adjust the contact list is this possible -- if so is >> their a tutorial to get me started? Sue Mosher [MVP-Outlook] - 10 Jul 2006 23:17 GMT 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.
 Signature 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
>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. [quoted text clipped - 16 lines] >>> from my program to adjust the contact list is this possible -- if so is >>> their a tutorial to get me started? Wendell A. Clark - 11 Jul 2006 15:16 GMT Thanks... ;-)
 Signature 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.
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.
 Signature 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
>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. [quoted text clipped - 20 lines] >>> from my program to adjust the contact list is this possible -- if so is >>> their a tutorial to get me started?
|
|
|