User Property
The user name used to authenticate to the MailServer .
Object Oriented Interface
public function getUser(); public function setUser($value);
Procedural Interface
ipworksopenpgp_pimap_get($res, 92 ); ipworksopenpgp_pimap_set($res, 92, $value );
Default Value
''
Remarks
This property contains the user name used to authenticate to the MailServer. Both the User and Password properties must be set before connecting to the MailServer.
Data Type
String