SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Username Property

A username to authenticate to the POP3 server.

Object Oriented Interface

public function getUsername();
public function setUsername($value);

Procedural Interface

secureblackbox_pop3client_get($res, 150 );
secureblackbox_pop3client_set($res, 150, $value );

Default Value

''

Remarks

Use this property together with Password to provide authentication credentials to the component.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]