|
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.RecipientInfo
This class stores information about a single recipient.
Method Summary | |
java.lang.String |
getAddress()
Gets the Exchange address of the recipient. |
AddressDisplayType |
getAddressDisplayType()
Gets the display type of the recipient. |
java.lang.String |
getAddressEntryID()
Gets the ID of the address entry that the recipient is associated with. |
static java.lang.String |
getAddressList(RecipientInfo[] infoArray)
Gets a comma separated sequence of addresses from the specified recipient info array. |
static java.lang.String |
getAddressList(RecipientInfo[] infoArray,
java.lang.String sDelim)
Gets a separated sequence of addresses from the specified recipient info array using the delimiter. |
static java.lang.String |
getAddressList(RecipientInfo[] infoArray,
java.lang.String sDelim,
boolean bDisplayAddress)
Gets a separated sequence of addresses from the specified recipient info array using the delimiter. |
java.lang.String |
getDisplayAddress()
Gets the display address of the recipient. |
int |
getIndex()
Gets the index of the recipient in the recipient array. |
MeetingResponseStatus |
getMeetingResponseStatus()
Gets the meeting response status. |
java.lang.String |
getName()
Gets the display name of the recipient. |
RecipientType |
getRecipientType()
Gets the type of the recipient. |
java.lang.String |
getSmtpAddress()
Gets the SMTP address of the recipient. |
static RecipientInfo[] |
getSubsetByRecipientType(RecipientInfo[] infoArray,
RecipientType type)
Gets a subset of the recipients from the specified array by the recipient type. |
java.lang.String |
toString()
Creates a string representation of the attachment info. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getIndex()
public java.lang.String getName()
null
if no name was available)public RecipientType getRecipientType()
null
if no recipient type
was available)public java.lang.String getAddress()
NOTE:
This is not
the SMTP address, but an Exchange address of the form TYPE:value
null
if no address is set)public AddressDisplayType getAddressDisplayType()
null
if no address display
type was available)public MeetingResponseStatus getMeetingResponseStatus()
null
if no
meeting response status was set)public java.lang.String getDisplayAddress()
Joe Smith <joe.smith@company.com>
.null
if not available)public java.lang.String getSmtpAddress()
null
if not available)public java.lang.String getAddressEntryID()
public static RecipientInfo[] getSubsetByRecipientType(RecipientInfo[] infoArray, RecipientType type)
infoArray
- the info array to create the subset fromtype
- the recipient type to match withpublic static java.lang.String getAddressList(RecipientInfo[] infoArray)
infoArray
- the recipient info to build the list from (may not be null
)public static java.lang.String getAddressList(RecipientInfo[] infoArray, java.lang.String sDelim)
infoArray
- the recipient info to build the list from (may not be null
)sDelim
- the address delimitergetDisplayAddress()
public static java.lang.String getAddressList(RecipientInfo[] infoArray, java.lang.String sDelim, boolean bDisplayAddress)
infoArray
- the recipient info to build the list from (may not be null
)sDelim
- the address delimiterbDisplayAddress
- true
to use the display address; false
to use the namegetDisplayAddress()
,
getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |