exchange-2003

Not able to show BCC in message journaling

hello, I am using exchange server2003.I have enabled envelope journalling using "exejcfg.exe".I am able to journal all my exchange server ,however i am not able to journal bcc information for all these messages.I have also tried with enabling BCC journaling,still naot able to get the BCC information .Can anybody provide me light me on t...

Exchange 2003 Public Folder Replica list

Hi, I am trying to update a replica list on a Exchange 2003 public folder. I am using the WMI namespace exchange_publicfolder to try and add an Exchange server (using the servers DN) to the AddReplica procedure. Every time I run this I get an invalid parameter as an exception. Below is the code that I am using to do this. WMI.C...

Unable to add FromName to e-mail using cdosys in SQL Server 2008

I have a piece of cdosys code which runs correctly and generates e-mail with my SQL Server 2008 server talking to a MS Exchange 2003 Server. However the from name is not appearing on the e-mails when they arrive. Is there a fault in the code is it not possible this way? Thanks in advance usp_send_cdosysmail @from varchar(500), @to text...

Allowing xml attachments webdav in Microsoft Exchange 2003

We are trying to access e-mails with xml attachments through webdav or even Outlook web access. However, we get the message that the content is unsafe and that it has been blocked. I have tried to do the trick mentioned by Microsoft here: http://support.microsoft.com/?kbid=555001 But it doesn't seem to do anything for me. The xml-atta...

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 initial instinct would be to open port 80 on the Exchange server, run a simple webserver, ...

How to connect to Exchange-2003 form based authentication per objective-c

Hi all, I want to log on on the Exchange 2003 with form based authentication (FBA) via http-request (in objective-c). Idea: 1)to connect with the code below and get 2 cookies from server. 2)to connect to server per WebDav with these cookies There is the code for the first step. But instead of cookies I get the html-code for login-wi...

Setting Exchange 2003 OOF state and reply using WebDAV / objective-c

Trying to set my out of office on with a new reply message on Exchange 2003.... Here's my code: NSString *tempbaseurl = @"https://webmail.server.com/exchange/mailbox/"; NSURL *url = [NSURL URLWithString:tempbaseurl]; NSMutableURLRequest *req = [NSMutableURLRequest requestWithURL:url]; NSString *sMessage = @"I am currently out of the...

Migrating Exchange public folder to SharePoint

I have been reading a number of articles online suggesting different approaches to migrate data in an Exchange public folder to a SharePoint Library. Our company has a list of items tracked inside an Exchange public folder. It is just a bunch of data columns and we have to move that data to SharePoint and start using SharePoint instead....

Server Error in '/MobileAdmin' Application.

I have recently hooked up an Android device to Exchange 2003 via ActiceSync, and the MobileAdmin application (https://server/mobileadmin) crashes when I lookup a mailbox that is associated with an ActiveSync device. When I look up a mailbox that is not associated with a mailbox, it simply replies "No devices were found for this mailbox."...

Access All Custom Fields on a MAPI folder

I am trying to export data in a Microsoft Exchange 2003 public folder. However, I can not seem to retrieve the list of all non-standard/custom fields in the folder. When I try MAPIFolder.UserDefinedProperties I get an empty list. I have tried the following code, but it gives me some (not all) of the custom fields. var document =...

Exchange Server 2003 - Set Full Mailbox Access permission for every new user

Hello, 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 Full Mailbox Access first). We somehow need to set this for every new user at the mo...

Exchange Server 2003 - Can't connect to exchange server in same machine

Hello, 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 it in the machine where the Exchange Server is running I only have connectivity wit...

How can I get HBA information using C#? HBAAPI?

I see something interesting when I install the Exchange 2003 Best Practice Analyzer. It installs something called HBA API. Does anyone know what this is, or how I can use something similar to access HBA information of local and remote servers? ...

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 code... thanks Bhuvan strBody = "To: " + strTo + "\n" + "Subject: " + (string.IsNullOrEmpty(...

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 place. So my questions are: 1. Where on the server should the attachment be uploaded? 2. H...

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 degree, a schedule management process. It's creating Appointments on the Exchange Server...

Exchange 2003 as a SSIS data source

Hi all, I am new to stackoverflow, and this is my first question: I would like to create a SSIS task on SQL 2005 server that queries a specific email account on an Exchange 2003 server, and creates a report. The report currently contains the amount of emails received, average time of reply, and emails with reply time that have gone ov...

In MS Exchange 2003, how do I find out which user deleted an item in a shared calendar?

We have multiple AD users sharing a calendar in MS Exchange 2003. All have read/write access to the calendar. If a calendar appiintment gets deleted, I need to know if there is a way of finding out who deleted it? Any help would be greatly appreciated. Thanks ...

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 default calendar and add event syncs to a com+ app I have registered with the system. This wor...