Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Called by the NNTP event source on bound OnPostFinal event sinks after a message or news feed has been posted by the NNTP service.
[Visual Basic] Sub OnPostFinal(ByVal Msg as CDO.Message, EventStatus as CdoEventStatus) [C++] HRESULT OnPostFinal(IMessage* Msg, CdoEventStatus* EventStatus); [IDL] HRESULT OnPostFinal([in] IMessage* Msg, [in,out] CdoEventStatus* EventStatus);
The OnPostFinal event for the NNTP service is synchronous, meaning that the event dispatcher thread is blocked for the duration of time required for either all bound event sinks to be created (if necessary) and executed, or until a sink preemptively stops event notifications by returning the EventStatus parameter with the value cdoSkipRemainingSinks.