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. |
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.
getDeliveryTime()
public final Date getDeliveryTime()
Gets the date and time the message was delivered.
Returns: java.util.Date - The delivery time.