Smtpstatus()

Returns back the stats for this SMTP end point; running, totalmails, totalconnections

Usage

STRUCTURE = Smtpstatus( name )
Argument Summary
name Symbolic name to name this SMTP end point

Calling

Supports named-parameter calling allowing you to use the function like:

Smtpstatus(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

Smtpstatus( ArgumentCollection={
   name : ?
} );