EKParticipantStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of a participant.
public enum EKParticipantStatus
type EKParticipantStatus =
- Inheritance
-
EKParticipantStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | We do not know what the participant's intentions are at this point. |
Pending | 1 | The participant has not yet responded to this event. Probably trying to find someone he can EKParticipantStatus.Delegate this too. If you know what I mean. |
Accepted | 2 | The participant has expressed his commitment to this meeting by accepting your invitation. |
Declined | 3 | The participant has declined to participate in this event. |
Tentative | 4 | The participant will tentatively will join this event. |
Delegated | 5 | The participant delegate this event to someone else. |
Completed | 6 | The event has completed. |
InProcess | 7 | In process. |