SecureBlackbox 2020 iOS Edition

Questions / Feedback?

attachmentFile (property)

Specifies the attachment file to be sent with the request.

Syntax

@property (nonatomic,readwrite,assign,getter=attachmentFile,setter=setAttachmentFile:) NSString* attachmentFile;
- (NSString*)attachmentFile;
- (void)setAttachmentFile:(NSString*)newAttachmentFile;
public var attachmentFile: String {
  get {...}
set {...} }

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.

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