SecureBlackbox 2020 C++ Edition

Questions / Feedback?

BeforeReceiveAttachment Event

Marks the start of receiving an attachment.

Syntax

ANSI (Cross Platform)
virtual int FireBeforeReceiveAttachment(SOAPClientBeforeReceiveAttachmentEventParams *e);
typedef struct { int reserved; } SOAPClientBeforeReceiveAttachmentEventParams; Unicode (Windows) virtual INT FireBeforeReceiveAttachment(SOAPClientBeforeReceiveAttachmentEventParams *e);
typedef struct { INT reserved; } SOAPClientBeforeReceiveAttachmentEventParams;
- (void)onBeforeReceiveAttachment;
#define EID_SOAPCLIENT_BEFORERECEIVEATTACHMENT 1

virtual INT SECUREBLACKBOX_CALL FireBeforeReceiveAttachment();

Remarks

This event fires for every new attachment being received from the service.

Tune up OutputAttachmentBytes, OutputAttachmentFile or OutputAttachmentStream properties inside the event handler to indicate where the attachment content should be saved.

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