Platform SDK: SMTP Server Events

ISmtpInCommandContext::SetSmtpStatusCode

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::SetSmtpStatusCode method sets the SMTP status code for the command to the specified value.

HRESULT SetSmtpStatusCode(    
  [in]  DWORD  dwSmtpStatus
);

Parameters

dwSmtpStatus
The value to which to set the status code.

Return Values

Remarks