Binary
Returns the contents of the attachment version. For example: for each v in a.versions do attvcontent = String(v.contents, encoding : "UTF8") display "Attachment: " + a.fileName + " Version: " + v.version + "\n" + "\nContents: " + attvcontent )