[This is preliminary documentation and is subject to change.]
Enumerated types for the email timestamps
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum EmailTimestamps |
Visual Basic (Declaration) |
---|
Public Enumeration EmailTimestamps |
Visual C++ |
---|
public enum class EmailTimestamps |
Members
Member name | Description | |
---|---|---|
None |
Unknown or no timestamp.
| |
Received |
Timestamp showing that the email is received.
| |
Sent |
Timestamp showing that the email is sent.
| |
Replied |
Timestamp showing that the email is replied to.
| |
Forwarded |
Timstamp showing that the email is forwarded to.
| |
Created |
Timestamp showing that the email is created.
|