Platform SDK: SMTP Server Events

ISmtpInCommandContext::QueryProtocolErrorFlag

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::QueryProtocolErrorFlag method retrieves the current status of the protocol error flag.

HRESULT QueryProtocolErrorFlag(
  [out] BOOL  *pfProtocolError
);

Parameters

pfProtocolError
The value to which to set the protocol error flag. TRUE means that there is a protocol error, and FALSE means that there is no error.

Return Values

Remarks