|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.mapi.MailContact.Type
This class specifies all possible roles of the mail contact such as the sender, direct recipient, carbon copy (CC) recipient or blind carbon copy (BCC) recipient.
Field Summary | |
static MailContact.Type |
BLIND_COPY_RECIPIENT
Represents the blind carbon copy recipient role of the mail contact. |
static MailContact.Type |
COPY_RECIPIENT
Represents the carbon copy (CC) recipient role of the mail contact. |
static MailContact.Type |
RECIPIENT
Represents the recipient role of the mail contact. |
static MailContact.Type |
SENDER
Represents the sender role of the mail contact. |
Constructor Summary | |
MailContact.Type(int i)
|
Methods inherited from class com.jniwrapper.util.EnumItem |
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MailContact.Type SENDER
public static final MailContact.Type RECIPIENT
public static final MailContact.Type COPY_RECIPIENT
public static final MailContact.Type BLIND_COPY_RECIPIENT
Constructor Detail |
public MailContact.Type(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |