public final class TNEFProperty
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
id |
The TNEF Property ID
|
static TNEFProperty |
ID_AIDOWNER |
|
static TNEFProperty |
ID_ATTACHCREATEDATE |
|
static TNEFProperty |
ID_ATTACHDATA |
|
static TNEFProperty |
ID_ATTACHMENT |
|
static TNEFProperty |
ID_ATTACHMETAFILE |
|
static TNEFProperty |
ID_ATTACHMODIFYDATE |
|
static TNEFProperty |
ID_ATTACHRENDERDATA |
|
static TNEFProperty |
ID_ATTACHTITLE |
|
static TNEFProperty |
ID_ATTACHTRANSPORTFILENAME |
|
static TNEFProperty |
ID_BODY |
|
static TNEFProperty |
ID_CONVERSATIONID |
|
static TNEFProperty |
ID_DATEEND |
|
static TNEFProperty |
ID_DATEMODIFIED |
|
static TNEFProperty |
ID_DATERECEIVED |
|
static TNEFProperty |
ID_DATESENT |
|
static TNEFProperty |
ID_DATESTART |
|
static TNEFProperty |
ID_DELEGATE |
|
static TNEFProperty |
ID_FROM |
|
static TNEFProperty |
ID_MAPIPROPERTIES |
|
static TNEFProperty |
ID_MESSAGECLASS |
|
static TNEFProperty |
ID_MESSAGEID |
|
static TNEFProperty |
ID_MESSAGESTATUS |
|
static TNEFProperty |
ID_NULL |
|
static TNEFProperty |
ID_OEMCODEPAGE |
|
static TNEFProperty |
ID_ORIGINALMESSAGECLASS |
|
static TNEFProperty |
ID_OWNER |
|
static TNEFProperty |
ID_PARENTID |
|
static TNEFProperty |
ID_PRIORITY |
|
static TNEFProperty |
ID_RECIPIENTTABLE |
|
static TNEFProperty |
ID_REQUESTRESPONSE |
|
static TNEFProperty |
ID_SENTFOR |
|
static TNEFProperty |
ID_SUBJECT |
|
static TNEFProperty |
ID_TNEFVERSION |
|
static TNEFProperty |
ID_UNKNOWN |
|
static int |
LEVEL_ATTACHMENT |
|
static int |
LEVEL_END_OF_FILE |
|
static int |
LEVEL_MESSAGE |
|
java.lang.String |
mapiProperty |
Equivalent MAPI Property
|
java.lang.String |
name |
Property Name
|
static int |
PTYPE_APPTIME |
AppTime - application time value
|
static int |
PTYPE_BINARY |
Binary - counted byte array
|
static int |
PTYPE_BOOLEAN |
Boolean - 16-bit Boolean value.
|
static int |
PTYPE_CLASSID |
ClassId - OLE GUID
|
static int |
PTYPE_CURRENCY |
Currency - signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal point
|
static int |
PTYPE_DOUBLE |
Double - floating point double
|
static int |
PTYPE_ERROR |
Error - 32-bit error value
|
static int |
PTYPE_I2 |
I2 - signed 16-bit value
|
static int |
PTYPE_I8 |
I8 - 8-byte signed integer
|
static int |
PTYPE_LONG |
Long - signed 32-bit value
|
static int |
PTYPE_MULTIVALUED |
MultiValued - Value part contains multiple values
|
static int |
PTYPE_NULL |
Null - NULL property value
|
static int |
PTYPE_OBJECT |
Object - embedded object in a property
|
static int |
PTYPE_R4 |
R4 - 4-byte floating point value
|
static int |
PTYPE_STRING8 |
String8 - null-terminated 8-bit character string
|
static int |
PTYPE_SYSTIME |
SysTime - FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601
|
static int |
PTYPE_UNICODE |
Unicode - null-terminated Unicode string
|
static int |
PTYPE_UNSPECIFIED |
Unspecified
|
static int |
TYPE_BYTE |
|
static int |
TYPE_DATE |
|
static int |
TYPE_DWORD |
|
static int |
TYPE_LONG |
|
static int |
TYPE_MAX |
|
static int |
TYPE_SHORT |
|
static int |
TYPE_STRING |
|
static int |
TYPE_TEXT |
|
static int |
TYPE_TRIPLES |
|
static int |
TYPE_WORD |
|
int |
usualType |
Usual Type
|
Modifier and Type | Method | Description |
---|---|---|
static TNEFProperty |
getBest(int id,
int type) |
|
java.lang.String |
toString() |
public static final int TYPE_TRIPLES
public static final int TYPE_STRING
public static final int TYPE_TEXT
public static final int TYPE_DATE
public static final int TYPE_SHORT
public static final int TYPE_LONG
public static final int TYPE_BYTE
public static final int TYPE_WORD
public static final int TYPE_DWORD
public static final int TYPE_MAX
public static final int PTYPE_APPTIME
public static final int PTYPE_BINARY
public static final int PTYPE_BOOLEAN
public static final int PTYPE_CLASSID
public static final int PTYPE_CURRENCY
public static final int PTYPE_DOUBLE
public static final int PTYPE_ERROR
public static final int PTYPE_I2
public static final int PTYPE_I8
public static final int PTYPE_LONG
public static final int PTYPE_MULTIVALUED
public static final int PTYPE_NULL
public static final int PTYPE_OBJECT
public static final int PTYPE_R4
public static final int PTYPE_STRING8
public static final int PTYPE_SYSTIME
public static final int PTYPE_UNICODE
public static final int PTYPE_UNSPECIFIED
public static final int LEVEL_MESSAGE
public static final int LEVEL_ATTACHMENT
public static final int LEVEL_END_OF_FILE
public static final TNEFProperty ID_AIDOWNER
public static final TNEFProperty ID_ATTACHCREATEDATE
public static final TNEFProperty ID_ATTACHDATA
public static final TNEFProperty ID_ATTACHMENT
public static final TNEFProperty ID_ATTACHMETAFILE
public static final TNEFProperty ID_ATTACHMODIFYDATE
public static final TNEFProperty ID_ATTACHRENDERDATA
public static final TNEFProperty ID_ATTACHTITLE
public static final TNEFProperty ID_ATTACHTRANSPORTFILENAME
public static final TNEFProperty ID_BODY
public static final TNEFProperty ID_CONVERSATIONID
public static final TNEFProperty ID_DATEEND
public static final TNEFProperty ID_DATEMODIFIED
public static final TNEFProperty ID_DATERECEIVED
public static final TNEFProperty ID_DATESENT
public static final TNEFProperty ID_DATESTART
public static final TNEFProperty ID_DELEGATE
public static final TNEFProperty ID_FROM
public static final TNEFProperty ID_MAPIPROPERTIES
public static final TNEFProperty ID_MESSAGECLASS
public static final TNEFProperty ID_MESSAGEID
public static final TNEFProperty ID_MESSAGESTATUS
public static final TNEFProperty ID_NULL
public static final TNEFProperty ID_OEMCODEPAGE
public static final TNEFProperty ID_ORIGINALMESSAGECLASS
public static final TNEFProperty ID_OWNER
public static final TNEFProperty ID_PARENTID
public static final TNEFProperty ID_PRIORITY
public static final TNEFProperty ID_RECIPIENTTABLE
public static final TNEFProperty ID_REQUESTRESPONSE
public static final TNEFProperty ID_SENTFOR
public static final TNEFProperty ID_SUBJECT
public static final TNEFProperty ID_TNEFVERSION
public static final TNEFProperty ID_UNKNOWN
public final int id
public final int usualType
public final java.lang.String name
public final java.lang.String mapiProperty
public static TNEFProperty getBest(int id, int type)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.