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

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…
Alfero Chingono
  • 2,663
  • 3
  • 33
  • 54
0
votes
2 answers

How To Access Exchange 2003 Private (Contact) Items Programmatically

I'm looking for a way to programmatically (.Net) access PRIVATE contact folders on an Exchange 2003 server, to create a subfolder where to create contacts from a database. The solutions I found so far rely on EWS, e.g.…
Miha
  • 303
  • 3
  • 19
0
votes
1 answer

Query a user's Language on Exchange 2003 using WebDAV

How can I programatically query a user's Language/Locale/Region from Exchange 2003? I'm using Independentsoft's Exchange WebDAV api. I'm trying to get a method signature like: public string GetUsersLanguage(string username, string password){ …
Philip Pittle
  • 11,821
  • 8
  • 59
  • 123
0
votes
1 answer

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…
Alex Andronov
  • 1,665
  • 2
  • 15
  • 18
0
votes
1 answer

Getting sender IP address from Exchange Server 2003 using WebDAV

I recently wrote an application for our company to process newsletter signup requests via signup emails sent to an inbox on our Exchange 2003 servers using WebDAV. This all works fine. Now we've realized that for auditing purposes, we need to…
Mike Corcoran
  • 14,072
  • 4
  • 37
  • 49
0
votes
2 answers

MS Exchange Server 2003: any good scripting tutorial?

I need to write a script for MS Exchange Server 2003 that will analyze incoming emails and put some of them into a specific mailbox. Of course it's a lot of information about Exchange Server scripting at MSDN, but amount of information there is very…
grigoryvp
  • 40,413
  • 64
  • 174
  • 277
0
votes
1 answer

How can I monitor the Exchange 2003 Event Service from my application?

We had our server guys set up something on Exchange so that for a particular email address, any attachments sent to it will be dumped to a location on the file server. The Exchange Event Service controls this behaviour, but it seems that this…
Alex
  • 3,099
  • 6
  • 41
  • 56
0
votes
1 answer

Exchange: Custom Extended Properties as Part of Migration from 03 to 10

We have an in-house app that uses the http://schemas.microsoft.com/exchange/permanenturl property to identify calendar appointments in 2003. Now we're getting ready to migrate to 2010, and our understanding is that the permanent urls are formed…
0
votes
1 answer

WebDAV Date Range query

Im trying to access and extract message from Exchange Server 2003. I need to get them by dates but im having problem with it. Here's the code lsQuery = "" + "
user208167
  • 13
  • 1
  • 5
0
votes
1 answer

VB Script - Mailbox permissions finder

I've come across the following setting and trying to figure out what an AceFlag value of 18 means, context is below: dn = "LDAP://" & replace(rs.Fields("distinguishedName").Value,"/","\/") set objuser = getobject(dn) Set oSecurityDescriptor =…
Lewis Wheeler
  • 220
  • 6
  • 17
0
votes
1 answer

How can I filter out private events in a calendar query for Exchange WebDav?

I need to pull all non-private items from a user's calendar in Exchange 2003. I've gotten the following to work, which pulls all of their items (including the Private field):
Max Schmeling
  • 12,363
  • 14
  • 66
  • 109
0
votes
2 answers

Exchange 2010 and root folders

On Exchange 2003 I can run the following code. Using VB6 and MAPI CDO 1.2.1 Private Sub Command1_Click() Dim objSession As MAPI.Session Set objSession = CreateObject("MAPI.Session") strProfileInfo = myExcServer & vbLf & myExcAlias …
-1
votes
1 answer

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

Count unread mails From Exchange Server 2003 (outlook Web App) from C#
Ishaan Puniani
  • 646
  • 2
  • 10
  • 23
-1
votes
1 answer

Bulk mail using exchange server 2013 and 2016

Hi i need help regarding number of mail sending per hour. as earlier we were deployed exchange 2007 in our organization in that case we were sending approx 10000 mail par hour with 20kb of attachment but now we have updated into exchange server 2013…
1 2 3
4