Platform SDK: SMTP Server Events

ISmtpInCommandContext::AppendResponse

[This is preliminary documentation and subject to change.]

The ISmtpInComandContext::AppendResponse method appends the specified string to the command response.

HRESULT AppendResponse(
  [in,string]  LPSTR  pszResponse,
  [in]         DWORD  dwSize
);

Parameters

pszResponse
The string to which to append to the response string.
dwSize
The size of the string (in bytes) pointed to by pszResponse.

Return Values

Remarks