Using VBScript to populate the From field?
Fri, 26 Oct 2007 16:33:55 -0400
Hello,
I have a custom form that generates an email when a task is completed.
I notice the "From" field is read only when composing the message in
VBScript, but I need to set the "from" field.
If it's impossible, I can always have the user drag and drop the email
address into the "from" field on the mes ...
|
What role in Exchange 2007 to register the Store Event Sink
Fri, 26 Oct 2007 03:26:02 -0700
I've been developing an store event sink (onsave) in an environment with a
single 64bit Exchange 2007 server holding all the server roles (hub, edge,
mailbox, etc). However, our customer have a cluster, and I know wonder what
server role I have to register the COM+ application on and register the event
sink ...
|
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 ...
|