[This is preliminary documentation and is subject to change.]
Enumerated type for various kinds of calendar events
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum EventType |
| Visual Basic (Declaration) |
|---|
Public Enumeration EventType |
| Visual C++ |
|---|
public enum class EventType |
Members
| Member name | Description | |
|---|---|---|
| None |
Default event type (not set!)
| |
| GroupEvent |
The event which all members of the group can share
| |
| Meeting |
The meeting event which can only be seen by its members
| |
| PersonalEvent |
The personal or private event
|
