Platform SDK: SMTP Server Events

ISmtpInCommandContext::SetProtocolErrorFlag

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::SetProtocolErrorFlag method sets the protocol error flag for the command.

HRESULT SetProtocolErrorFlag(
  [in] BOOL  fProtocolError
);

Parameters

fProtocolError
The value to which to set the protocol error flag. TRUE means that an error has occured, and FALSE means no error.

Return Values

Remarks