AttachmentFile Property
Specifies the attachment file to be sent with the request.
Syntax
property AttachmentFile: String read get_AttachmentFile write set_AttachmentFile;
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.