USER_INFO
NSSOAP Classes
The USER_INFO class contains information about a user on the fax server.
class USER_INFO {
string
user_name
;
// Fax server logon user name
string
full_name
;
// Full name
string
description
;
// User description
string
email_address
;
// E-mail address if user receives faxes by e-mail
string
routing_id
;
// Inbound routing identifier
}
Members:
user_name
Fax server logon user name
full_name
Full user name
description
User description or title
email_address
E-mail address used for inbound delivery of received faxes. This field will be empty if the user is not receiving inbound faxes through e-mail.
routing_id
Inbound routing identifier that the fax server uses to automatically route inbound faxes to this user.
Remarks:
A USER_INFO object is obtained by calling
get_users
.
See Also:
get_users