Connected Property
Shows whether the component is connected.
Object Oriented Interface
public function getConnected(); public function setConnected($value);
Procedural Interface
ipworksopenpgp_phtmlmailer_get($res, 9 ); ipworksopenpgp_phtmlmailer_set($res, 9, $value );
Default Value
false
Remarks
This property is used to determine whether or not the class is connected to the remote host.
This property is not available at design time.
Data Type
Boolean