EmailDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class EmailDocumentInfo extends DocumentInfo
Contains Email document metadata
| Constructor | Description |
|---|---|
| EmailDocumentInfo(MailMessage mail, FileType format, long size) |
| Method | Description |
|---|---|
| isSigned() | Gets is signed |
| isEncrypted() | Gets is encrypted |
| isHtml() | Gets is html |
| getAttachmentsCount() | Gets attachments count |
| getAttachmentsNames() | Gets attachments names |
public EmailDocumentInfo(MailMessage mail, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| com.aspose.email.MailMessage | ||
| format | FileType | |
| size | long |
public boolean isSigned()
Gets is signed
Returns: boolean - true if is signed
public boolean isEncrypted()
Gets is encrypted
Returns: boolean - true if is encrypted
public boolean isHtml()
Gets is html
Returns: boolean - true if is html
public int getAttachmentsCount()
Gets attachments count
Returns: int - attachments count
public List<String> getAttachmentsNames()
Gets attachments names
Returns: java.util.List<java.lang.String> - attachments names
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.