public class OutlookMsgAttachment extends Object implements OutlookAttachment
OutlookAttachment implementation represents a .msg object attachment. Instead of storing a byte[] of the attachment, this implementation
provides an embedded OutlookMessage object.| Constructor and Description |
|---|
OutlookMsgAttachment(OutlookMessage outlookMessage) |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessage |
getOutlookMessage()
Bean getter for
outlookMessage. |
String |
toString() |
public OutlookMsgAttachment(OutlookMessage outlookMessage)
public OutlookMessage getOutlookMessage()
outlookMessage.Copyright © 2017–2022. All rights reserved.