Hello,
store events are bound to a mailbox unless you bind it to the
system-mailbox. In this case it fires for all messages in a particular
store.
But this event is not triggered for changes of the read-flag.
What language are you using? If you are using .NET, then MAPI is not a
suitable way - it's not supported from a .NET context.
Best regards,
Henning Krause
----------------------------------------------------------------------------
Visit my website: http://www.infinitec.de
Exchange access library -
http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx
>I forgot to mention that we are considering the possibility to subscribe to
> the OnSave and OnDelete Event Sinks for Exchange. The event handler would
[quoted text clipped - 8 lines]
>
> Any advice?
cmuntada - 20 Sep 2006 14:01 GMT
Thanks Henning,
We use C# for our main application, in any case, we have no problem on
developing some modules in C++.
We will test your suggestion about using the System-mailbox.
Thanks,
Carles
> Hello,
>
[quoted text clipped - 27 lines]
> >
> > Any advice?