public class OutlookFieldInformation extends Object
DocumentEntry.| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_MAPITYPE
The default value for the
mapiType |
| Constructor and Description |
|---|
OutlookFieldInformation()
Delegates to
OutlookFieldInformation(String, int) with values , and -1. |
OutlookFieldInformation(String clazz,
int mapiType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Bean getter for
clazz. |
int |
getMapiType()
Bean getter for
mapiType. |
String |
getType()
Bean getter for
type. |
public static final int UNKNOWN_MAPITYPE
mapiTypepublic OutlookFieldInformation()
OutlookFieldInformation(String, int) with values , and -1.public OutlookFieldInformation(String clazz, int mapiType)
clazz - The class of the DocumentEntry.mapiType - The mapiType of the DocumentEntry (see MAPIProperty).Copyright © 2017–2020. All rights reserved.