From 35493f04fe6e20728afade3ef87fc82c344d2d13 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Wed, 26 Jun 2013 16:58:11 +0000 Subject: [PATCH] Dig out the normal type for some more common properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1497004 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/org/apache/poi/hsmf/datatypes/MAPIProperty.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java b/src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java index 20a8a0a2d5..4ce85eee3c 100644 --- a/src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java +++ b/src/scratchpad/src/org/apache/poi/hsmf/datatypes/MAPIProperty.java @@ -408,7 +408,7 @@ public class MAPIProperty { public static final MAPIProperty INTERNET_ARTICLE_NUMBER = new MAPIProperty(0xe23, LONG, "InternetArticleNumber", "PR_INTERNET_ARTICLE_NUMBER"); public static final MAPIProperty INTERNET_CPID = - new MAPIProperty(0x3fde, Types.UNKNOWN, "InternetCPID", "PR_INTERNET_CPID"); + new MAPIProperty(0x3fde, Types.LONG, "InternetCPID", "PR_INTERNET_CPID"); public static final MAPIProperty INTERNET_CONTROL = new MAPIProperty(0x1031, ASCII_STRING, "InternetControl", "PR_INTERNET_CONTROL"); public static final MAPIProperty INTERNET_DISTRIBUTION = @@ -510,7 +510,7 @@ public class MAPIProperty { public static final MAPIProperty MESSAGE_CLASS = new MAPIProperty(0x1a, ASCII_STRING, "MessageClass", "PR_MESSAGE_CLASS"); public static final MAPIProperty MESSAGE_CODEPAGE = - new MAPIProperty(0x3ffd, Types.UNKNOWN, "MessageCodepage", "PR_MESSAGE_CODEPAGE"); + new MAPIProperty(0x3ffd, Types.LONG, "MessageCodepage", "PR_MESSAGE_CODEPAGE"); public static final MAPIProperty MESSAGE_DELIVERY_ID = new MAPIProperty(0x1b, BINARY, "MessageDeliveryId", "PR_MESSAGE_DELIVERY_ID"); public static final MAPIProperty MESSAGE_DELIVERY_TIME = @@ -788,7 +788,7 @@ public class MAPIProperty { public static final MAPIProperty RECEIVED_BY_NAME = new MAPIProperty(0x40, ASCII_STRING, "ReceivedByName", "PR_RECEIVED_BY_NAME"); public static final MAPIProperty RECIPIENT_DISPLAY_NAME = - new MAPIProperty(0x5ff6, Types.UNKNOWN, "RecipientDisplayName", null); + new MAPIProperty(0x5ff6, Types.UNICODE_STRING, "RecipientDisplayName", null); public static final MAPIProperty RECIPIENT_ENTRY_ID = new MAPIProperty(0x5ff7, Types.UNKNOWN, "RecipientEntryId", null); public static final MAPIProperty RECIPIENT_FLAGS = @@ -938,7 +938,7 @@ public class MAPIProperty { public static final MAPIProperty SEVEN_BIT_DISPLAY_NAME = new MAPIProperty(0x39ff, ASCII_STRING, "SevenBitDisplayName", "PR_SEVEN_BIT_DISPLAY_NAME"); public static final MAPIProperty SMTP_ADDRESS = - new MAPIProperty(0x39fe, Types.UNKNOWN, "SmtpAddress", "PR_SMTP_ADDRESS"); + new MAPIProperty(0x39fe, Types.UNICODE_STRING, "SmtpAddress", "PR_SMTP_ADDRESS"); public static final MAPIProperty SPOOLER_STATUS = new MAPIProperty(0xe10, LONG, "SpoolerStatus", "PR_SPOOLER_STATUS"); public static final MAPIProperty SPOUSE_NAME = -- 2.39.5