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