Client object

Description

The client object is a temporary object used in hMailServer events which allows scripts to check the address and username of a connected client.

Properties

string IPAddress

The TCP/IP address the client is connected to.
(read-only)

long Port

The TCP/IP port the client is connected to.
(read-only)

string Username

The username of the client.
(read-only)

Search documentation