EnAppointType Enumeration |
Type of appointment/document (meeting/document/phone/fax/mail)
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.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 | Unknown |
| enAppointAppoint | 1 | Appointment |
| enAppointDoc | 2 | Document |
| enAppointEmail | 3 | Email |
| enAppointFax | 4 | Fax |
| enAppointPhone | 5 | Phone |
| enAppointTodo | 6 | Todo |
| enAppointMergeDraft | 7 | Merge draft |
| enAppointMergeFinal | 8 | Merge draft final |
| enAppointReport | 9 | Report |
| enAppointAllCounters | 10 | All, used by SAINT counters |
See Also