Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.27 KB

imapiviewadvisesink-onsubmitted.md

File metadata and controls

57 lines (33 loc) · 1.27 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
IMAPIViewAdviseSinkOnSubmitted
lindalu
11/16/2014
Developer
reference
office-online-server
medium
IMAPIViewAdviseSink.OnSubmitted
COM
a2401662-1ddc-40d8-a5a7-ceca24442bd4

IMAPIViewAdviseSink::OnSubmitted

Applies to: Outlook 2013 | Outlook 2016

Notifies the form viewer that the current message has been submitted to the MAPI spooler.

HRESULT OnSubmitted( void );

Parameters

None

Return value

S_OK

The notification succeeded.

Remarks

A form object calls the IMAPIViewAdviseSink::OnSubmitted method after a call to IMAPIMessageSite::SubmitMessage has returned successfully.

Notes to implementers

After OnSubmitted is called, you can continue on the assumption that the message has been updated. Update your windows to reflect any changes that have occurred.

For more information about form notifications, see Sending and Receiving Form Notifications.

See also

IMAPIMessageSite::SubmitMessage

IMAPIViewAdviseSink : IUnknown