public class OutlookFieldInformation extends Object
DocumentEntry.| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN
|
static int |
UNKNOWN_MAPITYPE
The default value for the
mapiType |
| Constructor and Description |
|---|
OutlookFieldInformation()
|
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 String UNKNOWN
public static final int UNKNOWN_MAPITYPE
mapiTypepublic OutlookFieldInformation()
public OutlookFieldInformation(String clazz, int mapiType)
clazz - The class of the DocumentEntry.mapiType - The mapiType of the DocumentEntry (see MAPIProperty).Copyright © 2017–2022. All rights reserved.