Wrox Programmer Forums
|
ASP CDO As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP CDO section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2003, 01:44 PM
Authorized User
 
Join Date: Jun 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default Web Based Mapi Programming

I have an Intranet web app where a user accesses a page and the page retrieves a specific email, using MAPI, from the user's mailbox on the Exchange Server. The probelm is logging on. I have Window's Integrated Authentication turned on and Anonymous Access off. I was hoping this would allow the web site to have the user's credentials when logging on to MAPI, but it doesn't appear so. Can someone help meout?

Jarrod
 
Old June 17th, 2003, 11:16 PM
Registered User
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rbharatha
Default

Hi AgentSmith,

I think this would helps you logon to the system.

' Log on using existing session (Visual Basic or VBA)
 Set objSession = New MAPI.Session
 objSession.Logon NewSession:=False, ShowDialog:=False
' Log on using existing session (VBScript)
 Set objSession = CreateObject("MAPI.Session")
 objSession.Logon , , False, False


Ramesh

Ramesh Bharatha





Similar Threads
Thread Thread Starter Forum Replies Last Post
web based scanning jayanthg20 ASP.NET 1.0 and 1.1 Basics 1 March 10th, 2009 12:05 PM
web based programming and hardware interaction HumaMunir Pro Java 2 November 16th, 2005 04:43 PM
Using MAPI with a Web Service timgirard .NET Web Services 12 May 10th, 2005 09:54 AM
Web-Based Printing toekneel Crystal Reports 2 November 14th, 2004 10:48 PM
Web Based DB reyboy Pro VB Databases 0 May 6th, 2004 12:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.