EnParticipantType Enumeration |
Type of participant in a booking - determines how should the invitation be handled
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EnParticipantType
Public Enumeration EnParticipantType
Dim instance As EnParticipantType
public enum class EnParticipantType
Members
| Member name | Value | Description |
---|
| enPartTypeAssociate | 1 | Associate |
| enPartTypeExtPerson | 2 | External person |
| enPartTypeResource | 3 | Resource |
| enPartTypeInvalid | 4 | Invalid |
See Also