Ta metoda omogoča prenos vsebovane priloge dokumenta.
Ime datoteke priloge.
[C#]
//string handle = Prijava(...);
string mimeType;
byte[] fileData;
string fileName = soapService.DownloadInternalAttachment(handle, documentNumber, internalAttachmentId, out mimeType, out fileData);