]> source.dussan.org Git - poi.git/commit
Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageClass()
authorTim Allison <tallison@apache.org>
Wed, 1 Mar 2017 15:47:47 +0000 (15:47 +0000)
committerTim Allison <tallison@apache.org>
Wed, 1 Mar 2017 15:47:47 +0000 (15:47 +0000)
commit5b801a9dc608a7bb2f5a1275c4e0ef705cfd73c3
tree245b120cdf550d539d980657c86644a51905017d
parent11c3e70963b925f820f650fe4a4e88ff1a9b7c5f
Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageClass()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784978 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hsmf/MAPIMessage.java
src/scratchpad/testcases/org/apache/poi/hsmf/TestSimpleFileRead.java
test-data/hsmf/msgClassAppointment.msg [new file with mode: 0644]
test-data/hsmf/msgClassContact.msg [new file with mode: 0644]
test-data/hsmf/msgClassPost.msg [new file with mode: 0644]
test-data/hsmf/msgClassStickyNote.msg [new file with mode: 0644]
test-data/hsmf/msgClassTask.msg [new file with mode: 0644]