[This is preliminary documentation and is subject to change.]
Various user status in response to an event
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum EventShowAs |
Visual Basic (Declaration) |
---|
Public Enumeration EventShowAs |
Visual C++ |
---|
public enum class EventShowAs |
Members
Member name | Description | |
---|---|---|
Busy |
The user is set busy for the particular time in the calendar
| |
Free |
The user is set free for the particular time in the calendar
| |
OutOfOffice |
The user is set Out Of Office for the particular time in the calendar
| |
Tentative |
The user is set tentative for the particular time in the calendar
|