Event sink no longer fires
Mon, 17 Oct 2005 13:59:45 +0200
Hi,
Sometimes the async eventsink on a user calendar stops firing.
Deleting and recreating the eventsink item in the calendar fixes the
situation.
Windows Server 2003
Exchange server 2003 SP1
Outlook 2003 SP1
no eventlog errors.
Is this a known Exchange server bug?
Any way to troubleshoot this?
...
|
Event is not fired
Mon, 17 Oct 2005 02:51:02 -0700
Hi,
My goal is to make a log file when new mail comes to exchange server. So,
I have installed Exchange in my machine and I have created a script file
called Sinkscript.vbs which is located in the following path
(C:\Program Files\Exchange SDK\SDK\Support\CDO\Scripts\Sinkscript.vbs)
The file contains the ...
|
Com Registration
Fri, 14 Oct 2005 01:37:07 -0700
Do I need to Register any component to make my event(onArrival) works?
Aambal ...
|
Script Registration
Fri, 14 Oct 2005 01:29:02 -0700
How can I ensure that SMTPreg.vbs registered successfully?
Aambal ...
|
Proppatch on "http://<exchageserver>/public" folder
14 Oct 2005 01:12:39 -0700
I'm trying to set a property on the root public folder, but am getting
401 errors.
The proppatch request is successful on any subfolder in the root
folder, but the root folder seems to locked.
Here is my request.
http://<exchangeserver>/public/
<?xml version="1.0"?>
<d:propertyupdate xmlns:d="DAV:"
...
|
event sink ?
Thu, 13 Oct 2005 19:30:43 -0400
My goal is to get the total number of messages and unread messages to appear
on our sun/apache application. What would be the most effecient way to do
this? From what I've read, it seems to be an event sink (we have exchange
2003, sp1) that updates an oracle db.
I'm familiar with vb/script +ado, but I'm l ...
|
WebDav for Exchange getting 404 error
Thu, 13 Oct 2005 13:21:03 -0700
I've setup an ASP .NET application with a test function to try to communicate
with a Exchange 2003 server with WebDav. It is the only Exchange server in
the domain. I've tried a few different searches to test with and keep getting
this exception:
System.Net.WebException: The remote server returned an erro ...
|
|
|
OOF and event sinks
Thu, 13 Oct 2005 14:46:36 -0500
I'm trying to architect a solution to handle OOF notifications to the Internet. I have two options I'm reviewing:
- delete outgoing OOF notifications if the e-mail address does not match a "white list" (stored in a database). Would require an SMTP event sink, and assumes I can detect the message class as being I ...
|
ISMTPOnArrival_OnArrival
Thu, 13 Oct 2005 06:43:04 -0700
Hi,
I have installed Exchange server in my machine and I try to make a log
file when new mail comes to my exchange. For that I have created a file
called SMTPMsgCheck.vbs, which contains the following code.
--------------------------------------------------------------------------
< script LANGUAGE="VBScr ...
|
SMTPREG.VBS
Tue, 11 Oct 2005 06:49:09 -0700
Hi,
I have created a Event sink file for to track the incoming mails. And I have
downloaded smtpreg.vbs from MSDN. I Like to register SMTPREG.VBS in my
machicne, But I have not installed exchnage server on my machine. Is it
possible? If so can I use my Event sink to track the incoming mails for my
outlook ...
|