Platform SDK: SMTP Server Events

IMailMsgRecipients::TerminateRecipientFilterContext

[This is preliminary documentation and subject to change.]

Terminates a recipient filter context.

HRESULT TerminateRecipientFilterContext(
   [in,unique] LPRECIPIENT_FILTER_CONTEXT pContext
);
pContext
Specifies the context variable to be terminated.

Return Values

Value Description
S_OK Success.
E_POINTER Failure. The context passed in is NULL.