What are the allowed document types in attachment?

Hello,

I would like to know if there is maybe a list of allowed types of document which can be send as attchament in email message via API?
I found that it is possible to send: PDF, XLS, text, HTML and I am wondering what else could be sent and what type should be used into DocType tag?
Basically I mean: what can I type into <ns1:DocType> tag? What formats are allowed?

<ns1:Document ref="test_file">
<ns1:DocType>XLS</ns1:DocType>
  <ns1:Filename>test_file.xlsx</ns1:Filename>

 

Best Regards,
Lukasz Kosiciarz 

Comments