Smtpstop()
Stops a running SMTP server. Returns true if it was stopped; false if it wasn't running
Usage
BOOLEAN = Smtpstop(
name
)
Argument | Summary |
---|---|
name | Symbolic name to name this SMTP end point |
Calling
Supports named-parameter calling allowing you to use the function like:
Smtpstop( name=? );
Supports passing parameters as a structure using ArgumentCollection:
Smtpstop( ArgumentCollection={ name : ? } );