SmtpReceiveAgent.OnHelpCommand Event

The OnHelpCommand occurs when the server receives a Simple Mail Transfer Protocol (SMTP) HELP command.

Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Protected Event OnHelpCommand As HelpCommandEventHandler
protected event HelpCommandEventHandler OnHelpCommand
protected:
event HelpCommandEventHandler^ OnHelpCommand {
    void add (HelpCommandEventHandler^ value);
    void remove (HelpCommandEventHandler^ value);
}
/** @event */
protected void add_OnHelpCommand (HelpCommandEventHandler value)

/** @event */
protected void remove_OnHelpCommand (HelpCommandEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003