SecureBlackbox 2020 Qt Edition

Questions / Feedback?

BeforeSendAttachment Event

Marks the start of sending an attachment.

Syntax

class SOAPClientBeforeSendAttachmentEventParams {
public:
  bool LastAttachment();
  void SetLastAttachment(bool bLastAttachment);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BeforeSendAttachment(SOAPClientBeforeSendAttachmentEventParams *e);
// Or, subclass SOAPClient and override this emitter function. virtual int FireBeforeSendAttachment(SOAPClientBeforeSendAttachmentEventParams *e) {...}

Remarks

Use either AttachmentBytes, AttachmentFile or AttachmentStream properties to pass attachment to the class.

Set LastAttachment parameter to False to indicate that you have more than one attachment to pass.

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