MsgPackage
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
Methods
| 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. |
getBody()
public final String getBody()
Gets the email message text.
Returns: java.lang.String - The email message text.
getCategories()
public final String[] getCategories()
Gets the array of categories or keywords.
Returns: java.lang.String[] - The array of categories or keywords.
getAttachments()
public final MsgAttachmentPackage[] getAttachments()
Gets an array of the attached files.
Returns: com.groupdocs.metadata.core.MsgAttachmentPackage[] - An array of the attached files.
getDeliveryTime()
public final Date getDeliveryTime()
Gets the date and time the message was delivered.
Returns: java.util.Date - The delivery time.