]> 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)
commit1ace11526ee23358489c376040a817f8aee31b7d
tree245b120cdf550d539d980657c86644a51905017d
parente36313aff1e735485dd8b6675a9be72bfd366e1c
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]