Platform SDK: SMTP Server Events

ISmtpInCommandContext::QueryResponseSize

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::QueryResponse method retrieves the size of the current response string.

HRESULT QueryResponseSize(
  [out] DWORD  *pdwSize
);

Parameters

pdwSize
On successful return, contains the size (in bytes/chars) of the current response text.

Return Values

Remarks