Platform SDK: SMTP Server Events

ISmtpInCommandContext::AppendNativeResponse

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::AppendNativeResponse method appends the specified string to the native response text for the command.

HRESULT AppendNativeResponse(
  [in,string] LPSTR  pszNativeResponse,
  [in]        DWORD  dwSize
);

Parameters

pszNativeResponse
The string to which to append to the current native response string.
pdwSize
The size of the string (in bytes) pointed to by pszNativeResponse.

Return Values

Remarks