Platform SDK: SMTP Server Events

ISmtpServerResponseContext::QueryPipelinedFlag

[This is preliminary documentation and subject to change.]

Returns the current boolean pipelined flag value.

HRESULT QueryPipelinedFlag(
  [out]  BOOL  *pfResponseIsPipelined
);

Parameters

pfResponseIsPipelined
On return, either TRUE or FALSE, indicating whether or not the pipelined flag is set.

Return Values

Remarks