MailMessageViewInfo class

MailMessageViewInfo class

Represents view information about a single email message.

The MailMessageViewInfo type exposes the following members:

Methods

Method Description
to_string Returns a string that represents the current object. (inherited from ViewInfo)

Properties

Property Description
from_ The “From” email address of the email message as a string.
sent The original sent datetime of the email message.
subject The subject line of the mail message.
file_type The type of the file. (inherited from ViewInfo)
pages The list of pages to view. (inherited from ViewInfo)

See Also