Enum ParticipantType
The type of the appointment's participant
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ParticipantType : short
Fields
Name | Description |
---|---|
Associate | 1 = Participant is an associate |
Person | 2 = Participant is a person, but not an associate |
Resource | 3 = Participant is a resource (special type of associate) |
Unknown | Unknown - used when initializing |