EnAppointType Enumeration |
Type of appointment/document (meeting/document/phone/fax/mail)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EnAppointType
Public Enumeration EnAppointType
Dim instance As EnAppointType
public enum class EnAppointType
Members
| Member name | Value | Description |
---|
| enAppointUnknown | 0 | |
| enAppointAppoint | 1 | |
| enAppointDoc | 2 | |
| enAppointEmail | 3 | |
| enAppointFax | 4 | |
| enAppointPhone | 5 | |
| enAppointTodo | 6 | |
| enAppointMergeDraft | 7 | |
| enAppointMergeFinal | 8 | |
| enAppointReport | 9 | |
| enAppointAllCounters | 10 | |
See Also