IMAPIViewAdviseSink::OnSubmitted
The IMAPIViewAdviseSink::OnSubmitted
method notifies a form viewer that the current message has been submitted to
the MAPI spooler.
Quick Info
See IMAPIViewAdviseSink
: IUnknown
HRESULT OnSubmitted()
Parameters
None
Return Value
S_OK
The call
succeeded and has returned the expected value or values.
Remarks
Form objects
call the IMAPIViewAdviseSink::OnSubmitted method after a
call to the IMAPIMessageSite::SubmitMessage
For
information about implementing the interfaces related to form servers, see MAPI
Form Interfaces Used by Client Applications
See Also