Platform SDK: SMTP Server Events

ISmtpOutCommandContext::QueryCommandKeyword

[This is preliminary documentation and subject to change.]

The ISmtpOutCommandContext::QueryCommandKeyword method returns the current command keyword.

HRESULT QueryCommandKeyword(
  [out,size_is(*pdwSize)]  LPSTR  pszKeyword,
  [in,out]  DWORD  *pdwSize
);

Parameters

pszKeyword
On successful return, the current command keyword.
pdwSize
The size of the command keyword string contained at pszKeyword.

Return Values

Remarks