|
-
Mar 26th, 2007, 08:37 AM
#1
Thread Starter
Hyperactive Member
[2005] retrieve Contact directly from Outlook
Hi all, Is there any third party component that directly fetch contacts from Outlook..?
I am using .NET 2010 with Windows 7
-
Mar 26th, 2007, 05:54 PM
#2
Re: [2005] retrieve Contact directly from Outlook
I do like the reward system. If you find that my post was useful, rate it.
-
Mar 27th, 2007, 01:12 AM
#3
Thread Starter
Hyperactive Member
Re: [2005] retrieve Contact directly from Outlook
Well i know that but it may be possible to retrieve contact from outlook express? That's why i am asking for third party component.
I am using .NET 2010 with Windows 7
-
Mar 27th, 2007, 02:09 PM
#4
Re: [2005] retrieve Contact directly from Outlook
To clarify: Are you looking to use an ActiveX control that works with Outlook Express?
-
Mar 27th, 2007, 11:13 PM
#5
Thread Starter
Hyperactive Member
Re: [2005] retrieve Contact directly from Outlook
Actually, I am looking for ActiveX control that can fetch contact from both MS Outlook and Outlook Express.
I Used Mircosoft Interop Assembly for fetching contact from MS Outlook in VB.NET. But don't know abt it's backward compitibility with ASP.NET.
If u have any suggestion, then it's most welcome.
I am using .NET 2010 with Windows 7
-
Mar 28th, 2007, 10:55 AM
#6
Re: [2005] retrieve Contact directly from Outlook
I have a suspicion that you are confusing two issues.
ActiveX controls run on the client side. On the user's machine, even though they sit on the web page. Therefore this ActiveX control, if it exists, will read from the user's Outlook/Outlook Express.
On the other hand, you are mentioning Interop and using VB.NET and its... compatibility with ASP.NET. That will not read from the client's Outlook/OE. It only works on the server side.
If you are doing this server side, the best you can do is read from Active Directory (which is used by Exchange Server) and get a list of all the users there.
If you, however, meant client side, then you need to find an ActiveX control. COM controls, if you remember them. They sit on the web page and the user needs to install it when they load the page. ActiveX is also not trusted and regarded as malicious these days. But if it's the ActiveX you're after, you ought to do a search for such a control, or write one yourself in VB6.
It will only sit on your page, there is no interop involved.
-
Mar 28th, 2007, 11:04 PM
#7
Thread Starter
Hyperactive Member
Re: [2005] retrieve Contact directly from Outlook
Thanks mendhak to pointing me the right direction..
I am using .NET 2010 with Windows 7
-
Mar 29th, 2007, 05:15 AM
#8
Re: [2005] retrieve Contact directly from Outlook
What did you choose then?
-
Mar 29th, 2007, 06:50 AM
#9
Thread Starter
Hyperactive Member
Re: [2005] retrieve Contact directly from Outlook
I am using .NET 2010 with Windows 7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|