|
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.AttachmentInfo
This class stores information about a single attachment.
Method Summary | |
int |
getIndex()
Gets the index of the attachment within the attachments collection of the message. |
java.lang.String |
getName()
Gets the display name of the attachment. |
int |
getPosition()
Gets the display position of the attachment within the message. |
int |
getSize()
Gets the size of the attachment. |
AttachmentType |
getType()
Gets the type of the attachment. |
javax.activation.DataHandler |
serverGetAttachment()
Queries the server to get the attachment data handler. |
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()
Message.serverGetAttachment(int)
public java.lang.String getName()
public int getPosition()
NOTE:
This value is used for display purposes onlypublic int getSize()
public AttachmentType getType()
public javax.activation.DataHandler serverGetAttachment() throws ExchangeException
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 |