MailMessageViewInfo

MailMessageViewInfo class

Represents a view information about one email message

public sealed class MailMessageViewInfo : ViewInfo

Properties

Name Description
FileType { get; set; } The type of the file.
From { get; } Returns a “From” email address of the email message as a string
Pages { get; set; } The list of pages to view.
Sent { get; } Returns original “Sent” datetime of the email message
Subject { get; } Returns a “Subject” line

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also