by Alt » Thu Dec 27, 2018 11:19 am
Try this one, but if the original file is really big, chances are not very high.
Save it as, say, Exchange.xml, and load it on the Settings -> Main tab.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="1.0">
<FileType id="50008" group="Microsoft Exchange Server" description="MS Exchange files" features="" extension="etb">
<Signature offset="4">\xef\xcd\xab\x89</Signature>
</FileType>
</FileTypeList">
Try this one, but if the original file is really big, chances are not very high.
Save it as, say, Exchange.xml, and load it on the Settings -> Main tab.
[code]
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="1.0">
<FileType id="50008" group="Microsoft Exchange Server" description="MS Exchange files" features="" extension="etb">
<Signature offset="4">\xef\xcd\xab\x89</Signature>
</FileType>
</FileTypeList">
[/code]