Using ASP wants to access Outlook list
am 07.07.2005 23:21:14 von anuragsaxenajpr
Hello,
I want to access the outlook express or Microsoft Outlook email contant
list of client which is opening the site, using ASP 3.0. The
requirement is to show the outlook email list on ASP page's list box.
If anyone know about this please help me,
Thanks in advance
Anurag
Re: Using ASP wants to access Outlook list
am 08.07.2005 03:15:41 von Ted Dawson
> I want to access the outlook express or Microsoft Outlook email contant
> list of client which is opening the site, using ASP 3.0. The
> requirement is to show the outlook email list on ASP page's list box.
I sincerely hope not.
Re: Using ASP wants to access Outlook list
am 09.07.2005 18:30:49 von jeff.nospam
On 7 Jul 2005 14:21:14 -0700, anuragsaxenajpr@hotmail.com wrote:
>I want to access the outlook express or Microsoft Outlook email contant
>list of client which is opening the site, using ASP 3.0. The
>requirement is to show the outlook email list on ASP page's list box.
>If anyone know about this please help me,
It depends. On an intranet you could check the logged in user's
Exchange server settings and retrieve this information. If you don't
already control the Exchnage server, you can't access the client's
options using ASP. Client side code in an ActiveX DLL could likey do
this.
Jeff