wodSmtp ActiveX Control - Port Property
      
 

Description

Holds port on SMTP server.


Property type

A Long value.  


Syntax

object.Port [= value]



The Port Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSmtp.
value A Long value.

Remarks

Port property determines port on remote server where wodSmtp will connect. It defaults to 25 which is SMTP registered port, but you can change it for custom SMTP server.

To change name of the server where wodSmtp connects, use Hostname property.