|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiObjectType
public final class MapiObjectType
Represents the mapi object type.
Field Summary | |
---|---|
static MapiObjectType |
MAPI_ABCONT
MAPI_ABCONT = 4 |
static MapiObjectType |
MAPI_ADDRBOOK
MAPI_ADDRBOOK = 2 |
static MapiObjectType |
MAPI_ATTACH
MAPI_ATTACH = 7 |
static MapiObjectType |
MAPI_DISTLIST
MAPI_DISTLIST = 8 |
static MapiObjectType |
MAPI_FOLDER
MAPI_FOLDER = 3 |
static MapiObjectType |
MAPI_FORMINFO
MAPI_FORMINFO = 12 |
static MapiObjectType |
MAPI_MAILUSER
MAPI_MAILUSER = 6 |
static MapiObjectType |
MAPI_MESSAGE
MAPI_MESSAGE = 5 |
static MapiObjectType |
MAPI_PROFSECT
MAPI_PROFSECT = 9 |
static MapiObjectType |
MAPI_SESSION
MAPI_SESSION = 11 |
static MapiObjectType |
MAPI_STATUS
MAPI_STATUS = 10 |
static MapiObjectType |
MAPI_STORE
MAPI_STORE = 1 |
static MapiObjectType |
Unknown
Unknown = -1 |
Method Summary | |
---|---|
static MapiObjectType |
getObjectType(int value)
Gets MapiObjectType |
int |
getValue()
Gets the value of the object type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapiObjectType MAPI_ABCONT
public static final MapiObjectType MAPI_ADDRBOOK
public static final MapiObjectType MAPI_ATTACH
public static final MapiObjectType MAPI_DISTLIST
public static final MapiObjectType MAPI_FOLDER
public static final MapiObjectType MAPI_FORMINFO
public static final MapiObjectType MAPI_MAILUSER
public static final MapiObjectType MAPI_MESSAGE
public static final MapiObjectType MAPI_PROFSECT
public static final MapiObjectType MAPI_SESSION
public static final MapiObjectType MAPI_STATUS
public static final MapiObjectType MAPI_STORE
public static final MapiObjectType Unknown
Method Detail |
---|
public int getValue()
public static MapiObjectType getObjectType(int value)
MapiObjectType
value
- type value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |