IMAPIViewAdviseSink::OnSaved
The IMAPIViewAdviseSink::OnSaved
method notifies a form viewer that the current message in a form has been
saved.
Quick Info
See IMAPIViewAdviseSink
: IUnknown
HRESULT OnSaved()
Parameters
None
Return Value
S_OK
The call
succeeded and has returned the expected value or values.
Remarks
Form objects
call the IMAPIViewAdviseSink::OnSaved method after the current
message in a form has been successfully saved. Doing so permits viewers to
update their windows to reflect changes to the message.
For
information about implementing the interfaces related to form servers, see MAPI
Form Interfaces Used by Client Applications