IMAPIMessageSite::SubmitMessage
The IMAPIMessageSite::SubmitMessage
method requests that the current message be submitted to the MAPI spooler.
Quick Info
See IMAPIMessageSite
: IUnknown
HRESULT SubmitMessage(
ULONG ulFlags |
|
) |
|
Parameters
ulFlags
[in] Bitmask
of flags that controls how a message is submitted. The following flag can be
set:
FORCE_SUBMIT
MAPI should
submit the message even if it might not be sent right away.
Return Values
S_OK
The call
succeeded and has returned the expected value or values.
Remarks
Form objects
call the IMAPIMessageSite::SubmitMessage method to request that a
message be submitted to the MAPI spooler. The message site should call the IPersistMessage::HandsOffMessage
For
information about implementing the interfaces related to form servers, see MAPI
Form Interfaces Used by Client Applications
See Also