EmailDocumentInfo
Leave feedback
On this page
Represents metadata of one email document of any supported email format
public struct EmailDocumentInfo : IDocumentInfo, IEquatable<EmailDocumentInfo>
| Name | Description |
|---|---|
| Format { get; } | Returns a format of this email document |
| IsEncrypted { get; } | Because email documents cannot be encrypted with password, this property always returns ‘false’ |
| PageCount { get; } | Always returs 1, because email documents don’t have paged view |
| Size { get; } | Returns size in bytes of this email document |
| Name | Description |
|---|---|
| Equals(EmailDocumentInfo) | Determines whether this instance is equal to the other specified EmailDocumentInfo instance |
- interface IDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor
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.