For questions specific to the usage and features of the 2003 version of Microsoft's Exchange Server. If your question is not version-specific, use the [exchange-server] tag instead.
Questions tagged [exchange-server-2003]
59 questions
9
votes
4 answers
Exchange 2003 - which API to use to find out room/resource availability?
I need to expose room availability information from a web service that will be consumed by a number of other applications. The availability information is stored within Exchange 2003, and can be viewed using Outlook 2003/2007 today.
What API or Web…

Brian Lyttle
- 14,558
- 15
- 68
- 104
6
votes
2 answers
Whats the best way to Programmatically Process New Email Messages and Store Attachments
I have several clients/vendors that distribute reports to me via email. Some of these files are enormous, and need to be removed from email and saved on a file share for processing, as well as to control mailbox size.
Can anyone provide guidance on…

john.da.costa
- 4,682
- 4
- 29
- 30
5
votes
2 answers
How to stop Exchange from automatically converting plain text emails to HTML?
I've set up an Exchange 2003 mailbox for emails that will be parsed by my code. The emails are sent as plain text and my code expects to receive them as plain text. However, it appears that Exchange is automatically converting them to HTML. How do I…

EMP
- 59,148
- 53
- 164
- 220
4
votes
1 answer
Getting the Outlook Out of Office flag with .NET
My company is using Exchange 2003.
Is it possible to query exchange from .NET code to find out if someone's 'Out of Office' assisstant is on or off?

Kirschstein
- 14,570
- 14
- 61
- 79
4
votes
0 answers
Exchange 2003 - LDAP access to public calendar folder (via php)?
Is it possible to access exchange server 2003 public calendar entries via LDAP?
I am currently working with LDAP in PHP and authenticating against active directory for login, but now I need to access a public calendar in the exchange server to…

Scott Szretter
- 3,938
- 11
- 57
- 76
3
votes
1 answer
How to get the recipient addresses within an IPM.DistList?
I'm trying to get the recipient addresses within an IPM.DistList that is stored in a public folder (of type contacts) in Exchange 2003.
The typeName of the object is a Message (with a parent object being a Messages collection) and the messageType is…

Jeremy
- 307
- 1
- 6
- 24
3
votes
1 answer
Differences between Exchange 2003 Web Services and Exchange 2007 web services
We have Exchange integration into our CRM (diaries and email); we have done this through CRL functions in our SQL 2008 server which handle all the authentication and communication with Exchange 2007 web services. The CLR then presents the functions…

u07ch
- 13,324
- 5
- 42
- 48
2
votes
2 answers
List of email address to public folders in exchange
How do i get a list of all e-mail address for exchange public folders?
Will reply on my own, will accept the best reply offered.

EKS
- 5,543
- 6
- 44
- 60
1
vote
2 answers
Exchange Server 2003 - delete meeting invitations (appointments) after deleting meeting
I use the IndependentSoft Component and was wondering in what way (with this component or any other API) I could mimic what I can also do manually:
After creating a meeting request and invite some Account B, I delete the meeting created by me, which…

hko
- 923
- 9
- 17
1
vote
1 answer
how to sent mail to "user created" folder instead of "Sent" folder, when the mail was sent using webdav,c# to exchange 2003 server
i have created one application which will send and receive mails, so in that application when i send any mail then it should go to "user created" folder instead of "sent" folder of exchange server2003.
I mean it should directly navigate to "user…

Pardha
- 395
- 2
- 5
- 12
1
vote
0 answers
Find item by original filename with Exchange Web Services
We used to have exchange 2003, and my webapp used webdav to create appointments in it. When an appointment was made I gave it a filename (whatever.eml) with a unique id that matched the database entry in my webapp for that event, so if I needed to…

Evan4623
- 259
- 1
- 4
- 14
1
vote
1 answer
Create exchange Mailbox from python
I need to create a mailbox on an exchange 2003 server using python.
The stunt conditions are that our machines have either office 2007 and office 2010 installed and thus the cdoexm.dll is not installed on the system. Also as it is 2007/10 you cant…

Baggers
- 3,183
- 20
- 31
1
vote
1 answer
Getting Outlook/Exchange folder size info programmatically in a VSTO
I'm looking to create a VSTO that performs as a meter for my users so that they can see how much of their Exchange quota they are using at any given time. The idea is that it will be in their toolbar and change from green (good) slowly to red…

Larry G. Wapnitsky
- 1,216
- 2
- 16
- 35
1
vote
1 answer
Exchange Server 2003 - Can't connect to exchange server in same machine
I have an Exchange Server running in a remote machine.
We also have an application that connects to this Exchange Server through ActiveDirectory and Independentsoft's WebDav.
This works perfectly when I run the application locally, but if I install…

Yandros
- 722
- 1
- 8
- 16
1
vote
2 answers
Exchange Server 2003 - Set Full Mailbox Access permission for every new user
We have an Exchange Server running, we're trying to connect with it from an application in another server. Thing is, we have to set some permissions for it to work (we want to access any mailbox with an Administrator mailbox, but we have to set it…

Yandros
- 722
- 1
- 8
- 16