Exchange 2003 and .NET 2.0
13 Mar 2007 13:57:15 -0700
Hi,
Before I go too deep in my research I'd like to know if the following
is possible:
1- Can one search throught the whole Exchange database for messages
for any user using a .NET API?
2- Can one search throught the whole Exchange database for contacts
for any user using a .NET API?
I have seen lot ...
|
List all existing Mailboxes via webdav
Tue, 13 Mar 2007 13:06:45 +0100
Hi,
what is the best way to get a list of all existing mailboxes via webdav?
btw: Is it possible to get the name/caption of default calendar-Folder?
Thanks
Stefan
...
|
save email messages
Mon, 12 Mar 2007 12:48:41 -0400
i have set a recordset to a specific folder on exchange and now i want to
save the email messages using cdo to my local drive. i found an example of
getstream.savetofile but that does not help me. i want to save these eml as
..msg with all the attachment and body in tact. can you help please?
...
|
Audit mailbox rights msExchMailboxSecurityDescriptor
12 Mar 2007 09:14:48 -0700
I'm using the following to audit mailbox rights. However, this is per
user, I need to specify the dn for each account that I wish to export
the rights from. Does anybody know a method to get this to do all
accounts in my domain? Thanks
James Chong (MVP)
MCSE | M+, S+, MCTS, Security+
msexchangetips.blogs ...
|
Exchange rights within SYSTEM account
12 Mar 2007 07:29:28 -0700
Hi all,
I am having a problem with scripting and no ammount of google-ing has
come up with a solution as yet. I have a script which emails me a list
of Exchange mailboxes and their sizes. The script runs perfectly fine
if I login to the server with the admin account, it is based on
http://msdn2.microsoft.co ...
|
WebDAV: SEARCH Mothod -> Non-String-User Fields
Mon, 12 Mar 2007 13:06:30 +0100
Hi,
the following SEARCH Method returns error "400 - Request is badly formed" in
my user field "ADDWARE-UM3-SYNC-ABSID" is Non-String-Value (PT_LONG).
Why i cant query for this field?
btw: If i use String8-Types it works great. But i cant change field type
(compatibility reasons)
'the SQL query.
...
|
creating multiple appointment via webdav
Mon, 12 Mar 2007 09:53:19 +0100
Hello,
I've written a little tool that writes the appointmens from a database
to exchange. I've used the PROPPATCH method to write one appointment by
one http connection. This is very slow(I have about 2000 appointments),
is there an other way to create many appointment in one connection? I've
tried the ...
|
|
|
Searching Appointments with WebDAV and Userproperties
Fri, 9 Mar 2007 08:23:39 +0100
Hi,
Relating example: http://msdn2.microsoft.com/en-us/library/aa123570.aspx
It works great but how is the syntax for User Properties in WebDAV sql
queries?
Stefan
...
|
C# accessing Exchange 5.5 public folders?
8 Mar 2007 12:58:52 -0800
Is there a way to programmatically pull e-mails and or documents from
Exchange 5.5 public folders? If not, is there a way to access a
mailbox and read the mail and attachments from Exchange 5.5?
...
|
Setting appointment duration with IAppointment
8 Mar 2007 05:30:15 -0800
Hi,
using IAppointment interface in C++ to create appointments in a
calendar on an Exchange 2000 server. Previously starttime/endtime
properties were used to set the time of the appointment, but now a
change to starttime/duration is neccessary to fix a problem.
I have tried setting the duration property i ...
|