|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiRecipientType
public final class MapiRecipientType
Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient.
Field Summary | |
---|---|
static MapiRecipientType |
MAPI_BCC
The recipient is a blind carbon copy (BCC) recipient. |
static MapiRecipientType |
MAPI_CC
The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients. |
static MapiRecipientType |
MAPI_ORIG
The recipient sent the message. |
static MapiRecipientType |
MAPI_P1
The recipient did not successfully receive the message on the previous attempt. |
static MapiRecipientType |
MAPI_SUBMITTED
The recipient has already received the message and does not need to receive it again. |
static MapiRecipientType |
MAPI_TO
The recipient is a primary (To) recipient. |
static MapiRecipientType |
Unknown
Unknow recipient type. |
Method Summary | |
---|---|
static MapiRecipientType |
getRecipientType(int value)
Gets MapiRecipientType |
int |
getValue()
Gets the value of the recipient type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapiRecipientType MAPI_BCC
public static final MapiRecipientType MAPI_CC
public static final MapiRecipientType MAPI_ORIG
public static final MapiRecipientType MAPI_P1
public static final MapiRecipientType MAPI_SUBMITTED
public static final MapiRecipientType MAPI_TO
public static final MapiRecipientType Unknown
Method Detail |
---|
public int getValue()
public static MapiRecipientType getRecipientType(int value)
MapiRecipientType
value
- type value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |