com.moyosoft.connector.ms.outlook.recipient
Class MailRecipientType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.recipient.MailRecipientType

public class MailRecipientType
extends com.moyosoft.util.AbstractType


Field Summary
static MailRecipientType BCC
           
static MailRecipientType CC
           
static MailRecipientType ORIGINATOR
           
static MailRecipientType TO
           
 
Method Summary
static MailRecipientType getById(int pId)
           
 boolean isBCC()
           
 boolean isCC()
           
 boolean isOriginator()
           
 boolean isTo()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORIGINATOR

public static final MailRecipientType ORIGINATOR

TO

public static final MailRecipientType TO

CC

public static final MailRecipientType CC

BCC

public static final MailRecipientType BCC
Method Detail

getById

public static MailRecipientType getById(int pId)

isOriginator

public boolean isOriginator()

isTo

public boolean isTo()

isCC

public boolean isCC()

isBCC

public boolean isBCC()