Click or drag to resize

CmcCursorType Enumeration

Cursor flags enum; determines what type of cursor to create.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public enum CmcCursorType
Members
  Member nameValueDescription
Category0 Use a category.
View1 Use a view.
PilotAb2 Use the fields as defined for the Palm Pilot Address Book.
PilotMemo3 Use the fields as defined for the Palm Pilot Memo.
PilotToDo5 Use the fields as defined for the Palm Pilot To-Do list.
PilotAppt6 Use the fields as defined for the Palm Pilot Calendar.
OutlookAb7 Use the fields as defined for the Microsoft Outlook Address book.
OutlookAppt8 Use the fields as defined for the Microsoft Outlook Calendar.
EmailLog9 Use the fields as defined for the E-mail Log category.
OutlookTask10 Use the fields as defined for the Microsoft Outlook Tasks.
Merge11 Based cursor on the view used when Send Letter command was called.
See Also