com.jniwrapper.win32.mapi
Class MailContact.Type

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.mapi.MailContact.Type
Enclosing class:
MailContact

public static class MailContact.Type
extends com.jniwrapper.util.EnumItem

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)
           
 
Method Summary
 
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

SENDER

public static final MailContact.Type SENDER
Represents the sender role of the mail contact.


RECIPIENT

public static final MailContact.Type RECIPIENT
Represents the recipient role of the mail contact.


COPY_RECIPIENT

public static final MailContact.Type COPY_RECIPIENT
Represents the carbon copy (CC) recipient role of the mail contact.


BLIND_COPY_RECIPIENT

public static final MailContact.Type BLIND_COPY_RECIPIENT
Represents the blind carbon copy recipient role of the mail contact.

Constructor Detail

MailContact.Type

public MailContact.Type(int i)