Share via


IMAPIViewAdviseSink::OnSaved

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Notifies the form viewer that the current message in a form has been saved.

HRESULT OnSaved( void );

Parameters

None

Return Value

  • S_OK
    The call succeeded and has returned the expected value or values.

Remarks

A form object calls 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 more information about form notifications, see Sending and Receiving Form Notifications.

See Also

Reference

IMAPIViewAdviseSink : IUnknown