|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.Recipient | +--com.compoze.exchange.UnresolvedRecipient
This class represents an unresolved recipient on a message.
It is a derivative of Recipient
, with additional information
about the ambiguous recipients.
Fields inherited from class com.compoze.exchange.Recipient |
FLAG_RICH_TEXT |
Method Summary | |
AddressEntryInfo[] |
getAmbiguousEntries()
Returns the address entries the unresolved recipient may resolve to. |
int |
getIndex()
Get the index of this recipient on the message. |
boolean |
hasAmbiguousEntries()
Convenience method to determine if there are any ambiguous entries. |
Methods inherited from class com.compoze.exchange.Recipient |
getAddress, getAddressEntryID, getName, getRecipientType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean hasAmbiguousEntries() throws ExchangeException
public AddressEntryInfo[] getAmbiguousEntries() throws ExchangeException
public int getIndex()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |