Platform SDK: SMTP Server Events

ISmtpOutCommandContext::AppendCommand

[This is preliminary documentation and subject to change.]

The ISmtpOutCommandContext::AppendCommand method appends the specified text to the current command buffer.

HRESULT AppendCommand(
  [in,string]  LPSTR  szCommand,
  [in]  DWORD  dwSize
);

Parameters

szCommand
The command string to append to the current command.
dwSize
The size, in bytes, of the command string to append.

Return Values

Remarks