Tom Rizzo [MSFT]
Guest
|
Posted:
Mon Jan 10, 2005 4:32 am Post subject:
Re: Event Sink "Where URN:Schemas:httpmail" Question |
|
|
I don't think this is possible since you can't use the LIKE keyword in the
criteria for an event sink. What you really want is domain LIKE %@acme.com
or something similar.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Sam" <Sam@discussions.microsoft.com> wrote in message
news:6596C2A7-4383-4FFE-84D2-CC9AF0FC2BE2@microsoft.com...
| Quote: | I am currently running some Event Sinks in our production Exchange 2003
environment. Each Event Sink checks incoming email and fires based on the
from email address, using:
WHERE "urn:schemas:httpmail:fromemail" = 'john.smith@acme.com'
HOw can I modify the Where clause so that it fires upon receiving any
email
from a sender at acme.com, not just john.smith? Checked MSDN and there
seemed
to be a vague reference to a "domain =" that I could add into the Where
clause, but could not track it down. Thanks.
Sam |
|
|