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 : IUnknownAYF74X.

 

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::SubmitMessage8IMZPQ method has returned successfully. After OnSubmitted is called, form viewers can continue on the assumption the message has been updated and can update their windows.

For information about implementing the interfaces related to form servers, see MAPI Form Interfaces Used by Client Applications1AR39HN.

See Also

IMAPIMessageSite::SubmitMessage