Questions tagged [exchange-server-2003]

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.

59 questions
1
vote
0 answers

Manipulating Exchange 2003 shared contacts folder remotely

I've got a CRM web app running on a remote server that needs to synchronise it's contacts with the in-house Exchange 2003 shared contacts. Exchange 2003 doesn't appear to support web services. What would the typical approach to this problem be? My…
1
vote
1 answer

Download email attachment from exchange server 2003 using java jackrabbit web dav client

we can fetch email attachment using .Net WebBav through below mentioned method: Here is the link for email attachment download from exchange server 2003 uisng .net webdav…
1
vote
1 answer

Create events in Exchange Server 2003 from a website

I researched and found there is no EWS for Exchange Server 2003. I need to create events in Exchange Server Calendar through my website. So how can I create an event through my website?
1
vote
2 answers

Getting information from Exchange Server 2003?

In Exchange Server 2007 and later i.e. Exchange Server 2010,2013 , i have find all the information related to Exchange like, name of all the mailboxes and distribution groups using cmdlet commands as get-mailbox get-distributiongroup All these I…
1
vote
1 answer

IOS get calendar events and emails for exchange 2003

I'm working on a app where one of it's functionalities is to get the user's calendar and emails from a exchange 2003 server (possibly upgraded to 2013 in the near future). I've been looking around and haven't found any way on how to set up an…
Hugo Alves
  • 1,555
  • 2
  • 18
  • 41
1
vote
2 answers

Exchange 2003 with C# smtpclient

I am currently trying to use SmtpClient to send an email with exchange 2003. Using the code below it will not send an email, but it does not throw an exception which i assume means it is making a connection to the exchange server because. Also for…
h8a
  • 126
  • 1
  • 10
0
votes
1 answer

Programmatically reading Emails from Exchange Sever 2003

We receive vendor confirmation of file feeds that we send out. Some of our vendors will only send the confirmation through email. I am trying to find some sample VB code that I can use to try and use, that I can schedule to go out and query an…
em3ricasforsale
  • 352
  • 3
  • 7
  • 23
0
votes
2 answers

Convert HTML to Plain Text?

I am able to read emails in from Microsoft Exchange using an IMAP Client from Lumisoft. I have set the exchange server settings to convert any mail to plain text. However, when I read in the information it still seems to contain HTML/CSS. What is…
James
  • 80,725
  • 18
  • 167
  • 237
0
votes
1 answer

How to test Exchange Server -2003 credentials

I have been developing a program to test whether the user given credentials of exchange server-2003 like user name,password, domain name, server name are correct or not. If the above said credentials are correct, then I will be allowing them to…
Pardha
  • 395
  • 2
  • 5
  • 12
0
votes
1 answer

find actual email id of Exchange DL List

I have been developing code to send emails using Exchange 2003 Distrbution List, but unfortunately i could not able to find the exact email id of DL List, i think if we can able to find email id of DL list then we can easily send email to entire…
Pardha
  • 395
  • 2
  • 5
  • 12
0
votes
1 answer

WebDAV search on Integer data type

I have a WebDAV query which search for e-mails on an Exchange 2003 server on field 'TestField' with the value '3'. This field contains data of the type Integer (an another application set this field with data type…
robertpnl
  • 694
  • 2
  • 10
  • 24
0
votes
1 answer

Create Folders and rules in exchange server 2003

I would like to know How to Create Folders and rules in exchange server 2003 as i am using webdav code in c#. I have tried with few examples but not able to get it.
Pardha
  • 395
  • 2
  • 5
  • 12
0
votes
1 answer

How to resolve the email address of Exchange Server 2003 using WebDAV code

I have developed one application which used to send/receive mails using Exchange Server 2003, so in the email input box, if we enter any user's first name and click on some short cut key, I want to resolve that email address. For example, Type…
Pardha
  • 395
  • 2
  • 5
  • 12
0
votes
1 answer

Getting default credentials, like Outlook

I'm developping, in c#, an application that will (among other things) send e-mail. The idea would be to have -- for example -- an "order this item" button, and when they click it, the system sends an e-mail to some Exchange e-mail group with the…
ThaNerd
  • 128
  • 1
  • 2
  • 7
0
votes
1 answer

Problem with multiple ISAPI Extensions processing the same request (Exchange 2003)

I am trying to add an ISAPI extension that would read the request content before it goes on to the original extension that processes the request. To be more specific, I added my ISAPI extension in the Exchange 2003 ActiveSync folder (more details…
Ohad
  • 11
  • 2