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