SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SendMessageWithAttachments Method

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

Syntax

void __fastcall 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 C++ Builder Edition - Version 20.0 [Build 8154]