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
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 |
ORIGINATOR
public static final MailRecipientType ORIGINATOR
TO
public static final MailRecipientType TO
CC
public static final MailRecipientType CC
BCC
public static final MailRecipientType BCC
getById
public static MailRecipientType getById(int pId)
isOriginator
public boolean isOriginator()
isTo
public boolean isTo()
isCC
public boolean isCC()
isBCC
public boolean isBCC()