EventParticipationStatus Enumeration
IT Hit WebDAV Classes Reference[Missing <summary> documentation for "T:ITHit.WebDAV.Server.iCalendar.PropertyParameters.EventParticipationStatus"]
Namespace: ITHit.WebDAV.Server.iCalendar.PropertyParametersAssemblies: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
Syntaxpublic enum EventParticipationStatus
Public Enumeration EventParticipationStatus
public enum class EventParticipationStatus
type EventParticipationStatus
Members
| Member name | Value | Description |
---|
| NeedsAction | 0 | |
| Accepted | 1 | |
| Declined | 2 | |
| Tentative | 3 | |
| Delegated | 4 | |
See Also