Description
-
Holds port on POP3 server.
Property type
-
A Long value.
Syntax
-
object.Port [= value]
The Port Property syntax has these parts:
object |
An expression
evaluating to an object of type wodPop3. |
value |
A Long value. |
Remarks
-
Port property determines port on remote server where
wodPop3 will connect. It defaults to 110 which is POP3
registered port, but you can change it for custom POP3
server.
To change name of the server where wodPop3 connects, use
Hostname
property.
|