SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sendMessageWithAttachments (method)

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

Syntax

- (void)sendMessageWithAttachments:(NSString*)url :(NSString*)primaryMessageId;
public func sendMessageWithAttachments(_ url: String, _ primaryMessageId: String) throws -> Void

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 iOS Edition - Version 20.0 [Build 8166]