Description
-
Holds greeting message sent to user upon connection.
Property type
-
A String value.
Syntax
-
object.GreetingMessage [=
value]
The GreetingMessage Property syntax has these parts:
object |
An expression
evaluating to an object of type wodPop3Server. |
value |
A String value. |
Remarks
-
Even this may not seem like an important property,
together with GoodbyeMessage
this is usually very nice place to put some name/version
information about your server to end users. For instance,
it's default value is 'WeOnlyDo! COM POP3
server version ...' and is visible to anyone that
connects to your server. Once you make Pop3 a service
publicly accessible, change it to your server name, put
hostname, put some info important to users that connect or
something similar.
|