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
0
votes
1 answer
Create Mailbox in Exchange 2003 using C#
Please could someone tell me the recommended way to perform common tasks in Exchange 2003 from a C# app? I'm rewriting an old VB app that used CDOEXM.DLL but I'm having loads of problems adding that as a reference to my VisualStudio2010 IDE. The VB…

Richard
- 1,731
- 2
- 23
- 54
0
votes
3 answers
How should I go about getting and processing an (Exchange) email attachment?
I need to get a zip file from an email attachment, unzip it and copy it somewhere.
What would be the way I should go about it?
I'm currently googling around things like 'Exchange API' and 'processing email attachments' and kind of hoping this kind…

Paul Rowland
- 8,244
- 12
- 55
- 76
0
votes
1 answer
PowerShell Exchange 2003 quest: Is there a way to query if ActiveSync is enabled?
Using Quest PowerShell on a Windows 2003 Server running Exchange 2003, is there a way to query if a user's ActiveSync or OMA is enabled or disabled?
EDIT: This is arguably a duplicate of your own question from Dec. 3, 2008.
EDIT: That question…

phill
- 13,434
- 38
- 105
- 141
0
votes
1 answer
Alter Sender email address - WebDav
I have written an application to send an email using the WebDav protocol as shown in the following link. This works perfectly, however there seems to be a limitation that the FROM email address must correspond with the actual exchange user account…

Sean Hunter
- 1,041
- 8
- 19
0
votes
1 answer
EWS Managed API 2, setting sender/from display name
I'm trying to set the display name of the sender on an e-mail. I have tried to set both the Sender and From attributes of the EmailMessage but neither seem to change the display name - the e-mail always arrives with the actual name associated with…

Aidal
- 799
- 4
- 8
- 33
0
votes
1 answer
What DLL do I reference (and where can I get them) to access the Exchange 2003 CDO API in Visual Studio 2008
I am trying to create an application that will manipulate mail messages on Exchange 2003. My development environment is Windows XP with Visual Studio 2008. After reading the description of the various APIs, it seems like CDO is what I should…

Mark Meuer
- 7,200
- 6
- 43
- 64
0
votes
1 answer
Cannot complete the function with CDOEX and Exchange 2000
I am trying to create an appointment using CDOEX in Exchange 2000. The code snippet is from msdn and is VB6.
When I reach this line: ".DataSource.SaveToContainer iMbx.Calendar, Conn" I am getting error "cannot complete the function (800703eb)"
Any…

Pablo R
- 64
- 7
0
votes
2 answers
JavaMail 1.4.3 sending mail though exchange 2003
I keep getting 550 5.7.1 Unable to relay for someUser@gmail.com
try {
Properties p = System.getProperties();
p.put("mail.smtp.host", "server IP");
p.put("mail.smtp.port", "25");
p.put("mail.debug", "true");
…

Mike tuliany
- 1
- 1
0
votes
1 answer
Exchange Server Webdav: How to retrieve the unique id of new items created
I am creating the appointments using WebDav in Exchange server 2003 and it is working perfectly fine. I however want to get an handle for the newly created items for future user like setting custom property/deleting etc.
How to get back a unique ID…

Shreedhar Kotekar
- 1,034
- 10
- 20
0
votes
2 answers
ldap vbscript : msExchOmaAdminWirelessEnable is randomly missing on different accounts
In my script:
Function getDescript (strname, uname)
Set MyUser = GetObject ("LDAP://cn=" & uname & ",ou=" & strname & ",DC=tms-1,DC=net")
getDescript = myUser.Get("msExchOmaAdminWirelessEnable")
End Function
uname = "Bob Gardner"
strname =…

phill
- 13,434
- 38
- 105
- 141
0
votes
1 answer
Powershell - MS Exchange E-mail Autoresponder
We've currently got an issue where we're receiving a lot of bounced e-mails (from an auto generated e-mail) back from people where a specified e-mail address is not valid (failure notice). I need to identify certain messages in the mailbox and…

Andi Ching
- 1
- 2
0
votes
1 answer
Exchange Server 2003 - Register Event Sync - OnSave OnDelete - Exchange Explorer - RegEvent.vbs
I am trying to add an event sync via the wizard in exchange explorer, that comes from the SDK, to the default public folder calendar without success.
Things I am able to do:
I can Use the event wizard on a test folder in the same node as the…

John Babb
- 931
- 10
- 19
0
votes
1 answer
WebDAV & Exchange 2003 - works in debug, fails without
So I have a very weird problem.
I am writing some code in VB.Net under .NET 2.0 which interfaces with MS Exchange 2003. Because of the Exchange 2003 "requirement" I am forced to write this code using WEBDAV.
The code itself is replicating, to some…

Kilanash
- 4,479
- 1
- 14
- 11
0
votes
1 answer
Send mail with attachments with Exchange 2003 and WebDav
I am trying to send e-mails through Exchange Server 2003 with WebDav. Sending a plain e-mail is no problem, but I can't seem to send an e-mail with attachments. I get the attachment up to the server but I don't know if I am putting it in the right…

Jimmy Freiding
- 1
- 1
0
votes
1 answer
Exchange WebDAV Save to Drafts NOT editable
I am having the following code to Save message to Exchange WEBDAV Drafts folder. IT saves the message but If open it in Outlook, Send button is Disabled and the message is readonly. Please help me find what am i missing in this…

Bhuvan
- 1,523
- 4
- 23
- 49