getAttachmentIds
Queries the IDs of one or more attachments of a mailing methods.
Type: long[ ]
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| mailingId | long | ID of the mailing |
Return values
IDs of the attachments
Code structure
long[] getAttachmentIds(String sessionId, long mailingId)Updated about 2 months ago
Next