public static class MailContact.Type
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Type(int i) |
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