Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getAttachmentIds

Queries the IDs of one or more attachments of a mailing methods.

Type: long[ ]

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

IDs of the attachments

Code structure

long[] getAttachmentIds(String sessionId, long mailingId)