wodPop3 ActiveX Control - Hostname Property
      
 

Description

Holds hostname of POP3 server.


Property type

A String value.  


Syntax

object.Hostname [= value]



The Hostname Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3.
value A String value.

Remarks

Hostname property holds full name of the server (or its IP address) where wodPop3 will connect to retrieve messages. It must be set prior to issuing Connect method. You must also set Login and Password methods to properly authenticate to the server.