A Microsoft Outlook email forum. Outlook Banter

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 » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Desperately need help - how can I read Outlook contacts via IEadd-in?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 23rd 08, 05:20 AM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 2
Default Desperately need help - how can I read Outlook contacts via IEadd-in?


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  
Old January 23rd 08, 02:49 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Desperately need help - how can I read Outlook contacts via IE add-in?

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  
Old January 23rd 08, 02:03 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Desperately need help - how can I read Outlook contacts via IE add-in?

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
Search this Thread:

Advanced Search
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 On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.