User infos
Tue, 29 Nov 2005 01:15:05 -0800
Hi @all
I get all my items from my address lists with LDAP and SearchQuery. So I can
display name, mail and nickname. But how can I get the other user information
like phone, company,... . I need all informations like in a contact
item(OWA). I have tried to get this informations with WebDAV. But I havn't ...
|
Can hard recovery be done "out of place" on online backup without restore???
28 Nov 2005 03:17:07 -0800
Can hard recovery be done "out of place" using the ESEUTIL /CC option
or some other method/api on the online Backup of Exchange Databases?
Actually I want to replay the logs on the online backup of exchange
databases without restoring it to the production or any other server.
PS: "Out of Place" Soft Recove ...
|
Enumerating user mailboxes
Fri, 25 Nov 2005 05:25:03 -0800
Hi All,
In our project i have to collect the detail information about the
mailboxes on the exchange server. The details are like name,last logon,last
logoff,total items,sizeof account. In exchange 2003 we can get this
information through WMI but exchange 2000 don't have WMI classes. I am not
able to ...
|
Hoe to check for Exchange Full Administrator privilege ?
Wed, 23 Nov 2005 02:19:03 -0800
Hi,
I want to write C++ code to check whether a given user (user name will be
given) has Exchange Full Administrator privilege. Any help on how this can be
done ?
Thanks,
- Anagha. ...
|
New entry in public folder has empty GUID
23 Nov 2005 00:40:56 -0800
Hello,
I wrote an application synchronizing items (contacts, appointments,
tasks) between Exchange and our database. I developed it using C++ and
CDOEX.
I keep track of all the items that have been synchronized by writing an
entry into a database table. The record consists of the Exchange item's
GUID and t ...
|
get record Count
Tue, 22 Nov 2005 14:11:05 -0800
Hi, all
I use search method to search Public Folder.
Now, Because the record count is too huge, about 5000
So, First I want to get record count.
How to do it, use WEBDAV SearchMethod.
Thanks a lot
Any suggestion would be greatly apprecievated
...
|
Create new contact to /public/folder
Tue, 22 Nov 2005 09:09:04 -0800
Hi, all
I have used webDAV to create a new contact to public folder/Contact.
I have tried with the query:
<?xml version="1.0"?><g:propertyupdate xmlns:g="DAV:"
xmlns:c="urn:schemas:contacts:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:x="xml:" xmlns:cal="urn:schemas:calendar:"
xmlns:mai ...
|
|
|
Auto-Forward Event sink - Best method?
21 Nov 2005 06:23:16 -0800
Here's the situation:
I need to forward everything coming into, and everything going out of a
single user's box to another user.
Though this looks quite simple, I would just like verification that I'm
going about it in the best manner. My idea is just to create an
asynchronous onsave event sink to do the forw ...
|
Mail Enable Group with VS.Net
Mon, 21 Nov 2005 11:31:46 +0100
Hi
I try to create a mail enabled group with an ASP.Net web application.
When I run the code below in dubg mode I recive This error:
"Error HRESULT E_FAIL has been returned from a call to a COM component."
Error Code: -2147467259
On the Website the error displayed is:
An operations error occur ...
|
Creating an exception of a recurring appointment via WebDAV
21 Nov 2005 02:27:32 -0800
Hello,
I try to create an exception of a recurring appointment using WebDAV.
I can create recurring Appointments, but when I try to create an
exception the recurring appointment is displayed as a non recurring
appointment in Outlook 2003.
Everything is fine with recurring appointments created by Outlo ...
|