SOAP.getAttachmentContentByContentID()

Signature

Object getAttachmentContentByContentID(SimpleEvent soapEvent,String contentID)

Domain

ACTION, CONDITION, BUI

Description

Gets the content of the attachment in byte[] form. Returns a null if no attachment is found with the given content ID.

Parameters

NameTypeDescription
soapEventSimpleEventSOAP event
contentIDStringThe contentID to search for

Returns

TypeDescription
Objectattachment content in byte[] form