[This is preliminary documentation and is subject to change.]
Enumerated type for email search by time.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum EmailSearchByTime |
Visual Basic (Declaration) |
---|
Public Enumeration EmailSearchByTime |
Visual C++ |
---|
public enum class EmailSearchByTime |
Members
Member name | Description | |
---|---|---|
Anytime |
No time limit for search.
| |
Yesterday |
Search email for yesterday.
| |
Today |
Search email for today.
| |
InLastSevenDays |
Search email in last seven days.
| |
LastWeek |
Search email in the last week.
| |
ThisWeek |
Search email in this week.
|