Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
766 views

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 ...
5
votes
2answers
380 views

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 ...
2
votes
1answer
488 views

What *is* 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 (once I get hold of it) is a Message ...
2
votes
1answer
2k views

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 ...
1
vote
2answers
45 views

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 ...
1
vote
1answer
31 views

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 ...
1
vote
0answers
66 views

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 ...
1
vote
1answer
179 views

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 ...
1
vote
1answer
410 views

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 ...
1
vote
1answer
264 views

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 ...
1
vote
2answers
337 views

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 ...
1
vote
0answers
61 views

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 ...
1
vote
2answers
2k views

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.
1
vote
3answers
891 views

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?
1
vote
1answer
3k views

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 ...
0
votes
0answers
20 views

export data from an exchange 2003 database

I have a remote exchange 2003 database, where a company manage all their customer data with outlook. But this data where saved in a complex system, that is developed in outook. So outlook is running ...
0
votes
2answers
25 views

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 ...
0
votes
0answers
12 views

ExchangeServiceBinding and MS Exchange 2003

Is it possible to connect/communicate with MS Exchange 2003 over ExchangeServiceBinding class ?
0
votes
0answers
121 views

WebDAV - Download embedded attachments

I'm using WebDAV to connect to an Exchange 2003 server and I'm able to query folders, download messages, and download attachments. The problem I'm running into is when I try to download an attachment ...
0
votes
0answers
55 views

c# undelivered email address from (outlook web account)

I want to retrieve all undelivered email address from owa (outlook web account) from exchange server 2003 using c# I tried using webdav to retrieve the emails address that are undelivered but their ...
0
votes
1answer
61 views

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 ...
0
votes
1answer
31 views

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 ...
0
votes
1answer
25 views

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 ...
0
votes
1answer
40 views

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.
0
votes
0answers
20 views

Windows 2003 SMTP Connector Restrictions

I am trying to have as many smtp connectors as many people inside our organisation. The aim of this is to use SMTP remote smart hosts to send emails with creadentials related to every user. So I ...
0
votes
1answer
93 views

webdav exchange 2003 fba authentication

i need to build simple application that gets into users calendars. first of all i need to connect with username and password to the exchange, i use the outlook web access address to connect on webdav ...
0
votes
1answer
61 views

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 ...
0
votes
0answers
186 views

“The remote server returned an error: (401) Unauthorized.” When trying to access Exchange via Webdav

I am using service account for exchange server through which I can access other mailboxes. But for certain mailboxes, when I try to get bookings in my web application, it just gives the error "Remote ...
0
votes
0answers
86 views

Login timeout 440 error setting property through WebDAV / Exchange 2003

In short: we're running into 440 Login Timeout error when using the PROPPATCH propertyupdate method on an Exhange OWA machine through WebDAV to set (custom or Exchange) properties that aren't full ...
0
votes
1answer
87 views

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 ...
0
votes
0answers
84 views

How to query Exchange 2003 webdav returned XML using LINQ?

I have a piece or Exchange webdav returned XML of the inbox emails. And i have the code to grab the displayname value but always return nothing. Code: var q = from el in ...
0
votes
0answers
7 views

Is it possible to get main address for load balanced Exchange Servers given address of one?

Please excuse some of my terminology on this. I'm a programmer not an admin ;) I created an internal email application that send emails using an Exchange server. I have one issue, I do not know ...
0
votes
1answer
41 views

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 ...
0
votes
0answers
81 views

Error reading contacts from MS Exchange Server 2003 with Web DAV

I am using this code to read contacts from a MS Exchange 2003 Server. static void Main(string[] args) { try { /* 'strFolderType Name ' ...
0
votes
1answer
69 views

accessing exchange server 2003 to get emails

I need to access Microsoft Exchange Server and filter emails coming from a specific email address and then get the excel file attachments from those emails, parse it and import it to a database. It's ...
0
votes
1answer
254 views

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 ...
0
votes
0answers
161 views

Kerberos/SPNEGO Authentication for Exchange 2003 WEBDAV Java

I am working on a project that requires retrieving the user's calendar events from Exhange 2003. I can successfully retrieve them using Form-Based authentication and WebDAV protocol. Now, I need to ...
0
votes
1answer
148 views

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 ...
0
votes
0answers
112 views

Can't connect to exchange thru my smart phone [closed]

We just moved Exchange server from our company to Local data center. Everything is working except mobile access. There is no problem with receiving and sending email from outlook of my laptop, but I ...
0
votes
1answer
272 views

Subscribing to new email event in Exchange 2003 sending multiple notifications

Problem I'm subscribing to a new email event using WebDAV using the code below. private string Fqdn { get { string domainName = ...
0
votes
0answers
69 views

Migration to Exchange 2010 from Exchange 2003 - single User

I have an Ex2003 Server with only two (!) user. I need to switch to Ex2010 (with also only these two user). Should i make an real migration (trusts between the domains, admt migration, mailbox ...
0
votes
1answer
100 views

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 ...
0
votes
1answer
44 views

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 ...
0
votes
2answers
460 views

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"); ...
0
votes
1answer
356 views

Count unread mails From Exchange Server 2003 (outlook Web App) from C#

Count unread mails From Exchange Server 2003 (outlook Web App) from C#
0
votes
1answer
212 views

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 ...
0
votes
1answer
267 views

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 ...
0
votes
1answer
126 views

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 ...
0
votes
1answer
190 views

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 ...
0
votes
2answers
231 views

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 ...

1 2