MsgPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.EmailPackage
public class MsgPackage extends EmailPackage
Represents MSG message metadata.
Learn more
| Method | Description |
|---|---|
| getBody() | Gets the email message text. |
| getCategories() | Gets the array of categories or keywords. |
| getAttachments() | Gets an array of the attached files. |
| getDeliveryTime() | Gets the date and time the message was delivered. |
public final String getBody()
Gets the email message text.
Returns: java.lang.String - The email message text.
public final String[] getCategories()
Gets the array of categories or keywords.
Returns: java.lang.String[] - The array of categories or keywords.
public final MsgAttachmentPackage[] getAttachments()
Gets an array of the attached files.
Returns: com.groupdocs.metadata.core.MsgAttachmentPackage[] - An array of the attached files.
public final Date getDeliveryTime()
Gets the date and time the message was delivered.
Returns: java.util.Date - The delivery time.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.