public class EmailDocumentInfo extends DocumentInfo
Constructor and Description |
---|
EmailDocumentInfo(com.aspose.email.MailMessage mail,
FileType format,
long size) |
Modifier and Type | Method and Description |
---|---|
int |
getAttachmentsCount()
Gets attachments count
|
List<String> |
getAttachmentsNames()
Gets attachments names
|
boolean |
isEncrypted()
Gets is encrypted
|
boolean |
isHtml()
Gets is html
|
boolean |
isSigned()
Gets is signed
|
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSize
public EmailDocumentInfo(com.aspose.email.MailMessage mail, FileType format, long size)
public boolean isSigned()
public boolean isEncrypted()
public boolean isHtml()
public int getAttachmentsCount()