public class MsgAttachment extends Object implements Attachment
Attachment implementation
represents a .msg object attachment. Instead
of storing a byte[] of the attachment, this
implementation provides an embedded
Message object.| Constructor and Description |
|---|
MsgAttachment() |
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessage() |
void |
setMessage(Message message) |
String |
toString()
Returns the String returned by
Message.toString(). |
public Message getMessage()
public void setMessage(Message message)
message - the message to setpublic String toString()
Message.toString().toString in class ObjectObject.toString()This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.