SOAP API methode Mailbox_retrieve
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | The identifier (id) of the object that is retrieved |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
mailbox | Structure of type 'mailbox' | All properties of the retrieved mailbox |
Structuur 'mailbox'
Naam | Type | Beschrijving |
---|---|---|
id | int | The ID of the Pop3box. |
type | string | The type of mailbox, supported types are 'pop3' and 'imap' |
login | string | The login code of the user |
password | string | The password of the user |
hostname | string | The hostname of the email provider |
portnumber | int | The portnumber that is used to read mail |
keepmessages | boolean | Should we keep messages on the server, or should the messages that were downloaded also be removed from the server? |