![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]() Hi folks, My dev team has been struggling for months to create an activex control (add-in) for IE to read a person's Outlook contacts for the social network I am building - assuming they agree to install it of course. Should this be difficult? Are there any libraries they could buy for this? P.S. Could also use the same thing for Hotmail, Gmail, etc... - E |
#2
|
|||
|
|||
![]()
It's not that difficult if you know the Outlook object model and follow some
simple rules to mark your ActiveX control as safe for scripting and safe for initialization if it will be started using automation from the Web site. Of course any Outlook related code must run client-side on the target computer. Then of course since the code will be running out-of-process with Outlook (you don't say which Outlook versions you need to support) you will need to write the code securely since you will be harvesting email addresses, to avoid the security model. That has to be done using Extended MAPI (C++ or Delphi only, long learning curve) or a MAPI wrapper such as Redemption (www.dimastr.com/redemption). See http://www.outlookcode.com/article.aspx?id=52 for information on that. Code for those other email programs would be completely different than any Outlook code, so that would have to be handled case by case. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message ... Hi folks, My dev team has been struggling for months to create an activex control (add-in) for IE to read a person's Outlook contacts for the social network I am building - assuming they agree to install it of course. Should this be difficult? Are there any libraries they could buy for this? P.S. Could also use the same thing for Hotmail, Gmail, etc... - E |
#3
|
|||
|
|||
![]()
This is not a difficult task, but you probably will want to use the Redemption library from http://www.dimastr.com/redemption/ in order to avoid Outlook's standard security prompts.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 wrote in message ... Hi folks, My dev team has been struggling for months to create an activex control (add-in) for IE to read a person's Outlook contacts for the social network I am building - assuming they agree to install it of course. Should this be difficult? Are there any libraries they could buy for this? P.S. Could also use the same thing for Hotmail, Gmail, etc... - E |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Desperately need help - how can I read Outlook contacts via IEadd-in? | [email protected] | Outlook - Using Contacts | 0 | January 23rd 08 05:25 AM |
contacts read only | wilecoyote | Outlook - Using Contacts | 1 | March 9th 07 10:43 AM |
Cannot read Notes contacts by using Outlook | wong | Outlook - General Queries | 0 | December 1st 06 08:24 AM |
export-import contacts read only | bgitter | Outlook - Using Contacts | 5 | May 31st 06 08:14 PM |
desperately trying to get a photo on board | philippe | Outlook - Using Forms | 0 | May 3rd 06 07:36 PM |