SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AttachmentFile Property

Specifies the attachment file to be sent with the request.

Object Oriented Interface

public function getAttachmentFile();
public function setAttachmentFile($value);

Procedural Interface

secureblackbox_soapclient_get($res, 2 );
secureblackbox_soapclient_set($res, 2, $value );

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 PHP Edition - Version 20.0 [Build 8154]