Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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 December 20th, 2004, 08:23 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Collaboration Data Objects error '000043ed'

I'm having some troubles while trying to log on to my exchange server to access / read the mails from the inbox from an ASP page. The Exchange Server and the ( MS Outlookl & IIS 5 ) are on separate servers.

the asp code is

strProfileInfo = strServer & vblf & strProfileName
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "","","", False,"", True, strProfileInfo

I got the following error message in the 3rd line:

"Collaboration Data Objects error '000043ed'
[ - [(80004005)]] "

Should I create a profile for the user in the MSoutlook in the
server. Please let me know how to make it work ?


 
Old December 20th, 2004, 06:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

CDO is needed to send mail from MAPI in ASP. This is something you need to install on your IIS Server if you want to use MAPI. MAPI is not a good choice for use on a Web server for a number of reasons, but that's something you should do some web searches on.

This is not an ASP forum. This is a forum for the book "ASP.NET Website Programming Prob-Design-Solution".

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
paging through data - Data Access Objects fedoracore PHP Databases 0 November 28th, 2006 07:54 PM
Active Directory and SQL Server Collaboration Belzemus C# 1 January 6th, 2006 11:30 AM
What is JDO(java data objects) arvindwrites Java Databases 1 August 19th, 2004 12:26 AM





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