Editing the Server Connection Message (ConnectMessage)

Use the ICISite interface ConnectMessage property to retrieve or set the connection message sent to clients when users connect to the server.

Signature:

HRESULT ConnectMessage([out, retval] BSTR *pVal);

HRESULT ConnectMessage([in] BSTR newVal);

Refer to Site FTP Settings Properties for an illustration of how this and other ICISite properties can be accessed in the Administrator interface.