SOAP API method User_return
Description
Get a specific pop3box of this user
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object User. The method only applies to the user with this id.
- Parameter 'mailboxID' : int
- The ID of the pop3box
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt