|
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.AddressEntryInfo
This class stores summary information about a single address entry, useful
for displaying basic information about an email address. It does not
provide full access to all of the address entry fields, which is instead
provided through the AddressEntry
class.
Method Summary | |
java.lang.String |
getAddress()
Gets the Exchange address of the address entry. |
AddressDisplayType |
getAddressDisplayType()
Gets the display type of the address entry. |
java.lang.String |
getDisplayAddress()
Gets the display address of the address entry. |
java.lang.String |
getID()
Gets the ID of the address entry. |
java.lang.String |
getName()
Gets the display name of the address entry. |
java.lang.String |
getSmtpAddress()
Gets the SMTP address of the address entry. |
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 java.lang.String getID()
public java.lang.String getName()
public java.lang.String getAddress()
NOTE:
This is not
the SMTP address, but an Exchange address of the form TYPE:value
getSmtpAddress()
public AddressDisplayType getAddressDisplayType()
public java.lang.String getDisplayAddress()
Joe Smith <joe.smith@company.com>
.public java.lang.String getSmtpAddress()
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 |