OutputAttachmentBytes Property
Use this property to read the attachment received from the service.
Syntax
property OutputAttachmentBytes: TBytes read get_OutputAttachmentBytes;
Remarks
Check the content of this property after the operation has completed to read the received attachment data.
This property will only be set if OutputAttachmentFile and OutputAttachmentStream properties had not been assigned.
This property is read-only and not available at design time.