EmailDocumentInfo
EmailDocumentInfo structure
Represents metadata of one email document of any supported email format
public struct EmailDocumentInfo : IDocumentInfo, IEquatable<EmailDocumentInfo>
Properties
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 |
Methods
Name | Description |
---|---|
Equals(EmailDocumentInfo) | Determines whether this instance is equal to the other specified EmailDocumentInfo instance |
See Also
- interface IDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor