DMPreviewDirection Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration indicating how the records can be sorted/previewed, also determines how the cursor can be set.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMPreviewDirection
Members
Member nameValueDescription
DMPD_FIRST0 First record.
DMPD_NEXT1 Next record.
DMPD_PREVIOUS2 Previous record.
DMPD_LAST3 Last record.
DMPD_REFRESH4 Refreshes the preview.
See Also