pem.cqmail.editEmailAddresses
This method is supported by Operations starting from version 5.2
This method modifies the list of e-mail addresses for a specified Service User which has the QMail E-mail service assigned.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of the Subscription containing the QMail E-mail service. This parameter is optional. Note: This parameter is deprecated. |
|
string |
Login of the Service User |
|
array of structs |
The list of e-mail addresses that will be added. |
|
string |
Local part (e-mail address before the @ sign). For example: addr01 |
|
string |
Name of the domain to add a e-mail address for. There are the following use cases:
|
|
array of structs |
The list of e-mail addresses that will be removed. |
|
string |
Local part (e-mail address before the @ sign). For example: addr02 |
|
string |
Name of the domain to remove a e-mail address for. There are the following use cases:
|
The method has no output parameters.
Note: This method can also be called under Reseller permissions.