Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: 25 Aug 2005 02:19:39 -0700,    group: microsoft.public.exchange2000.development        back       


EVT_SYNC_COMMITTED fires twice   
Hi there,

I have a problem with my event sink. It is developed as a COM+ and I
have registered it in the SystemMailBox for receiving OnSyncSave
notifications.

My problem is, that the component receives all messages twice(!) The
component filters all notifications so I only process EVT_IS_DELIVERED
| EVT_SYNC_COMMITTED - but all mails are received twice - even though
there only exists one mail.

Does anybody have a reason for this - and hopefully a solution?

Best regards

/Michael
date: 25 Aug 2005 02:19:39 -0700   author:   miha96ac

Re: EVT_SYNC_COMMITTED fires twice   
How are you checking if it's EVT_IS_DELIVERED or EVT_SYNC_COMMITTED?

My code in C# looks like this:
if (( lFlags & (int)CDO.EVT_SINK_FLAGS.EVT_IS_DELIVERED ) > 0 &&
 ( lFlags & (int)CDO.EVT_SINK_FLAGS.EVT_SYNC_COMMITTED ) > 0 )

Also, are you sure you haven't registered the bindings twice?
date: 25 Aug 2005 23:34:08 -0700   author:   nmoog

Re: EVT_SYNC_COMMITTED fires twice   
Are you using OWA to compose?  I've seen some OWA operations that post
twice.
date: 8 Sep 2005 09:20:02 -0700   author:   Rick

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us