Syntax
DeleteMail ( MailID As Long )
Description
The DeleteMail operation is used to delete mail messages specified by a mail identifier.
Dependencies
In order to obtain MailID, you’ll need to invoke GetMails operation.
Request Parameters
Name | Description | Required |
MailID |
|
Yes |
Response Elements
Name | Description |
Result | In case of success, this operation returns “Mail ID“. Otherwise see Error codes. Type: JSON object as String. |
See Also