WebDav, Freebusy update and EX2007
Thu, 25 Oct 2007 18:17:36 -0500
Hi,
We have a EX2007 and EX2003 mixed environment.
Prior to EX2007 ,we use a WebDav based tool to force Freebusy publish by
creating/deleting meetings in a user mailbox. Now we plan to use the same
tool for EX2007 mailbox freebusy publishing. However, OWA and WebDav are not
using the same virtual directo ...
|
How do you enable impersonation in Exchange 2007?
Wed, 24 Oct 2007 18:07:53 GMT
We are writing an app that needs to write to a users calendar. How do I
enable impersonation? I looked at the ExchangeImpersonationType and the
ConnectingSIDType objects. I get an error message at runtime. I am not an
Exchange Adminstrator but I can let them know what needs to be done. We plan
to create some ...
|
WebDAV: Update and Get properties at once
Wed, 24 Oct 2007 12:54:39 -0400
Is there any way I can update an appointment and retreive UPDATE TIME and ID
in the response?
Currently I am doing PROPPATCH for url and then PROPFIND for the same item.
Thanks,
Dmitriy
...
|
Extract original FROM address of forwarded message
Wed, 24 Oct 2007 08:14:03 -0700
I try to develop a program that runs against a service mailbox c. How can I
get adress A for those messages that are sent from A to address B and
auto-forwarded to C? For those forwarded messages, the sender is B and
receipient is C. I can parse message body for those email address of A. I
am looking for ...
|
Re: OnSave Store Event Sink: Strange lFlags value
Wed, 24 Oct 2007 07:12:05 -0700
Can anybody tell me when the EVT_IS_REPLICATED flag is set? I havn't managed
to provoke it, and still don't understand when this flag is set.
-Knut
"knut" wrote:
> Thank you for the quick answer.
> As I have clearly misunderstood the functionality of EVT_IS_REPLICATED,
> could you please explain its fu ...
|
Re: Adding disclaimer
Tue, 23 Oct 2007 14:23:07 -0700
So does this answer the question on how to attach a signature and disclaimer
to all email internal and externally sent.
Does exchange 2007 allow global personalized signatures / with external
disclaimers?
examaple: I would like to attach a HTML signature based on the sender of
the email
Such as
JOE ...
|
Re: Event Registration error...
Tue, 23 Oct 2007 11:02:55 -0500
Alan,
Did you ever get this script going? I'm running into the same problems that
you are. I have the script registered and I can view it through Exchange
Explorer, however, it just doesn't run.
Thanks,
Chad ...
|
|
|
Different EntryIDs for webdav search
Tue, 23 Oct 2007 07:03:14 -0700
Hello Friends,
Here is the simple search for entry-id from Exchange Server through
Webdav.
public void SearchForTask(string userName,string resourceURL)
{
string taskContentClass = "urn:content-classes:task";
string url = "http://" + _exchangeServerName + "/
excha ...
|
From Item to Message/Appointment/Task
Tue, 23 Oct 2007 04:32:02 -0700
Just wondering if there is a smart way using CDOEX to go from an Item objekt
to either a Message or Appointment object?
My current alternative is to check the contentclass of the Item object, and
then open the element again using the right class. I would've thought there
was a simpler and better solution.
...
|
Exchange 2007 Routing Agent - Attaching A Message
Mon, 22 Oct 2007 12:30:03 -0400
I'm writing a routing agent that generates notifications when a message
fails validation. I want to attach the original message to the validation
failure message we send to the sender and I'm not having much luck. My many
attempts have meet with failure and I haven't been able to locate a sample.
The Embedde ...
|