SecureBlackbox 2020 Java Edition

Questions / Feedback?

SendMessageWithAttachments Method

Sends a SOAP message with attachment(s) to the server.

Syntax

public void sendMessageWithAttachments(String url, String primaryMessageId);

Remarks

This method follows the general pattern used by SendMessage method. It also lets you pass a selection of attachments to the service.

Assign the attachment content to AttachmentBytes, AttachmentFile, or AttachmentStream property. Subscribe to BeforeSendAttachment to pass more than one attachment.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]