[This is preliminary documentation and is subject to change.]

The enumerated type for email status.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum EmailStatus
Visual Basic (Declaration)
Public Enumeration EmailStatus
Visual C++
public enum class EmailStatus

Members

Member nameDescription
Unknown
Unknown email status.
Unread
Status showing that the email is not read.
Read
Status showing that the email is read.
Replied
Status showing that the email is replied to.
Forwarded
Status showing that the email is forwarded.
RepliedToAll
Status showing that the email is being replied to all the person to whom the email was originally sent.

See Also