EKParticipantRole 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 role of an EKParticipant
public enum EKParticipantRole
type EKParticipantRole =
- Inheritance
-
EKParticipantRole
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Uknonwn role. The participant might want to consider his role in the group. |
Required | 1 | Attendance is required. |
Optional | 2 | Attendance is optional. This means that you can get away by not showing up at the meeting. Or you can use this to politely invite someone, hoping they wont show up. |
Chair | 3 | Chairing the meeting. |
NonParticipant | 4 | Not a participant. |