SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AttachmentFile Property

Specifies the attachment file to be sent with the request.

Syntax

ANSI (Cross Platform)
char* GetAttachmentFile();
int SetAttachmentFile(const char* lpszAttachmentFile); Unicode (Windows) LPWSTR GetAttachmentFile();
INT SetAttachmentFile(LPCWSTR lpszAttachmentFile);
@property (nonatomic,readwrite,assign,getter=attachmentFile,setter=setAttachmentFile:) NSString* attachmentFile;
- (NSString*)attachmentFile;
- (void)setAttachmentFile:(NSString*)newAttachmentFile;
#define PID_SOAPCLIENT_ATTACHMENTFILE 2

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SOAPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SOAPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Provide a full path to the attachment file to be sent with the SOAP request. Use SendMessageWithAttachments method to send the request.

Subscribe to BeforeSendAttachment to pass more than one attachment.

Data Type

String

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