com.aspose.network.outlook
Class MapiObjectType

java.lang.Object
  extended by com.aspose.network.outlook.MapiObjectType

public final class MapiObjectType
extends Object

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

MAPI_ABCONT

public static final MapiObjectType MAPI_ABCONT
MAPI_ABCONT = 4


MAPI_ADDRBOOK

public static final MapiObjectType MAPI_ADDRBOOK
MAPI_ADDRBOOK = 2


MAPI_ATTACH

public static final MapiObjectType MAPI_ATTACH
MAPI_ATTACH = 7


MAPI_DISTLIST

public static final MapiObjectType MAPI_DISTLIST
MAPI_DISTLIST = 8


MAPI_FOLDER

public static final MapiObjectType MAPI_FOLDER
MAPI_FOLDER = 3


MAPI_FORMINFO

public static final MapiObjectType MAPI_FORMINFO
MAPI_FORMINFO = 12


MAPI_MAILUSER

public static final MapiObjectType MAPI_MAILUSER
MAPI_MAILUSER = 6


MAPI_MESSAGE

public static final MapiObjectType MAPI_MESSAGE
MAPI_MESSAGE = 5


MAPI_PROFSECT

public static final MapiObjectType MAPI_PROFSECT
MAPI_PROFSECT = 9


MAPI_SESSION

public static final MapiObjectType MAPI_SESSION
MAPI_SESSION = 11


MAPI_STATUS

public static final MapiObjectType MAPI_STATUS
MAPI_STATUS = 10


MAPI_STORE

public static final MapiObjectType MAPI_STORE
MAPI_STORE = 1


Unknown

public static final MapiObjectType Unknown
Unknown = -1

Method Detail

getValue

public int getValue()
Gets the value of the object type.

Returns:
value of the object type

getObjectType

public static MapiObjectType getObjectType(int value)
Gets MapiObjectType

Parameters:
value - type value
Returns:
MapiObjectType or null if no such type found.


Copyright © 2011 Aspose. All Rights Reserved.