473,626 Members | 3,334 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Communicating with Exchange 2003

Hi

On our ASP dotnet intranet I'm trying to build pages that access our
Exchange Server.
More specifically, I'd like to be able to filter and edit addresses in the
address book located in our public folders.
I'm pretty new at C#, and I'm just getting the hang using both Visual C#
Express and Visual Web Developer.

Still, I don't know howto access system.manageme nt or to create an object
(witch seems so easy in vbscript)

I'd be greatly helped if anyone could direct me to a sample app that does
something with exchange. anything.

Thanks
Jul 4 '07 #1
3 3070
* news.orange.nl wrote, On 4-7-2007 23:36:
Hi

On our ASP dotnet intranet I'm trying to build pages that access our
Exchange Server.
More specifically, I'd like to be able to filter and edit addresses in the
address book located in our public folders.
I'm pretty new at C#, and I'm just getting the hang using both Visual C#
Express and Visual Web Developer.

Still, I don't know howto access system.manageme nt or to create an object
(witch seems so easy in vbscript)

I'd be greatly helped if anyone could direct me to a sample app that does
something with exchange. anything.

I've used this before to work with Exchange from C#. Quite powerful.

http://www.independentsoft.de/webdavex/index.html

Jesse
Jul 4 '07 #2
Any other way?

"Jesse Houwing" <je***********@ nospam-sogeti.nlschree f in bericht
news:u4******** ******@TK2MSFTN GP03.phx.gbl...
>* news.orange.nl wrote, On 4-7-2007 23:36:
>Hi

On our ASP dotnet intranet I'm trying to build pages that access our
Exchange Server.
More specifically, I'd like to be able to filter and edit addresses in
the address book located in our public folders.
I'm pretty new at C#, and I'm just getting the hang using both Visual C#
Express and Visual Web Developer.

Still, I don't know howto access system.manageme nt or to create an object
(witch seems so easy in vbscript)

I'd be greatly helped if anyone could direct me to a sample app that does
something with exchange. anything.


I've used this before to work with Exchange from C#. Quite powerful.

http://www.independentsoft.de/webdavex/index.html

Jesse

Jul 5 '07 #3
* news.orange.nl wrote, On 5-7-2007 7:16:
Any other way?
Outlook automation comes to mind. But I'd stay away from that due to the
added security in the latest versions.

Jesse

>
"Jesse Houwing" <je***********@ nospam-sogeti.nlschree f in bericht
news:u4******** ******@TK2MSFTN GP03.phx.gbl...
>* news.orange.nl wrote, On 4-7-2007 23:36:
>>Hi

On our ASP dotnet intranet I'm trying to build pages that access our
Exchange Server.
More specifically, I'd like to be able to filter and edit addresses in
the address book located in our public folders.
I'm pretty new at C#, and I'm just getting the hang using both Visual C#
Express and Visual Web Developer.

Still, I don't know howto access system.manageme nt or to create an object
(witch seems so easy in vbscript)

I'd be greatly helped if anyone could direct me to a sample app that does
something with exchange. anything.

I've used this before to work with Exchange from C#. Quite powerful.

http://www.independentsoft.de/webdavex/index.html

Jesse

Jul 5 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4657
by: Nitec Dev | last post by:
Our setup: server1 ASP database running on IIS5, Outlook 2000 and SQL 2000 on Windows 2000. Server2 runs Windows 2000 with Exchange 2000 using CDO 1.2 MAPI Sessions. Clients use IE5/6 and had Outlook 2000 installed. Upgraded to ASP running on IIS6, Outlook 2000 and SQL 2000 on Windows 2003. Server2 runs windows 2003 with Exchange 2003 using CDO 1.2 MAPI Sessions. Clients use IE5/6 and have Outlook 2000/2003 installed.
2
4187
by: M Rao | last post by:
I have xml data coming in as a stream from a web service running against exchange server.The attributes for the elements dtstart and dtend, b:dt="dateTime.tz" xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/, are causing trouble. I tried to create schema using xmlspy and I get an error saying name "b:dt" cannot have a namespace prefix. I am new to xml. Can somebody please help with schema. <appointments> <appointment>
1
3554
by: Arran Pearce | last post by:
I am wanting to create a web application which will use Microsoft Exchange Server. We currently use Exchange 2000 but if i needed it we would upgrade to 2003. Is 2003 going to provide easyer programming with C# (and DotNet in general) than 2000? If so i will wait a bit longer. thanks for any insights. Arran
8
3410
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be added. Converting the type library to a .Net assembly failed. A depended type library 'CDO' could not be converted to a .NET assembly. A dependent type library 'ADODB' could not be converted to a .NET assembly. Item has already been added." ...
0
912
by: W Akthar | last post by:
Hi, Are there any websites with examples of communicating with Microsoft Outlook and Exchange via asp.net?? Cheers
0
1828
by: Tim Sapp | last post by:
Guys, I am working on a new web site for our company and have started to move my code from VB.Net to C#. I have ran into a snag that I can't seem to figure out. I am trying to create an Exchange mailbox for a user ID that I just created using System.DirectoryServices. I have created the user, set the password, and enabled the account. When I try and create the mailbox I get a "The parameter is incorrect" error message on...
2
1946
by: Doug Raney | last post by:
I am very new to Exchange. I need to have my Exchange server forward a copy of a message to an email address when the subject or body contains a known unique identifier. Where do I start? How can I make Exchange evaluate a rule to do this? Do I need a SDK ? Is this functionality already apart of Exchange 2003? Any help or direction is very much appreciated. Doug
2
4473
by: Andy | last post by:
Hi, I'm trying to get a users free/busy status from exchange from within a website and using the code below, but when I run this a login page from MS Outlook Web Access is retrieved from the server rather than a XML file containing the users free/busy status for the specified time period. I've spent all day looking for solutions to this but I'm stumped. I have been looking for an Exchange newsgroup but there doesn't seam to be one,...
0
3603
by: rnaimon | last post by:
I found the following information on this site, but I am unable to get it to work. All it brings back is the xml page with no data. I am running a Windows 2003 Server with Exchange 2003 Server. When the code gets to This line.. If objDoc.loadXml(objRequest.ResponseText) Then The results return False and I don't receive any data. Does anyone know what the problem may be? Re: ASP: Exchange 2003 Free/Busy Lookup ...
0
8269
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8642
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7203
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2630
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1515
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.