public class OutlookFileAttachment extends Object implements OutlookAttachment
OutlookAttachment interface that represents a file attachment. It contains some useful information (as long as it is available
in the .msg file) like the attachment name, its size, etc.| Constructor and Description |
|---|
OutlookFileAttachment() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMimeTag() |
void |
checkSmimeFilename() |
String |
getContentId()
Bean getter for
contentId. |
byte[] |
getData()
Bean getter for
data. |
String |
getExtension()
Bean getter for
extension. |
String |
getFilename()
Bean getter for
filename. |
String |
getLongFilename()
Bean getter for
longFilename. |
String |
getMimeTag()
Bean getter for
mimeTag. |
long |
getSize()
Bean getter for
size. |
void |
setProperty(OutlookMessageProperty msgProp)
Sets the property specified by the name parameter.
|
String |
toString() |
public void setProperty(OutlookMessageProperty msgProp)
public void checkSmimeFilename()
public void checkMimeTag()
public String getLongFilename()
longFilename.public byte[] getData()
data.public long getSize()
size.Copyright © 2017–2022. All rights reserved.