DMRGroupType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various option for grouping report results.

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

Syntax
public enum DMRGroupType
Members
Member nameValueDescription
DMGT_VARIABLE0Variable group type.
DMGT_FIELD1Field group type.
DMGT_PLATFORM2Recipient platform (OS) group type.
DMGT_BROWSER3Recipient browser group type.
DMGT_CLIENTTYPE4Recipient client type group type. This can be Mobile, Web, Desktop, or Other
DMGT_SENDER5Sender group type.
DMGT_DOMAIN6Domain group type.
DMGT_DEPLOYMENT7Deployment group type.
DMGT_CREATIVE8Creative group type.
DMGT_CATEGORY9Creative category group type.
DMGT_TEMPLATE10Template group type.
DMGT_HOUROFDAY11Hour of the day group type.
DMGT_DAYOFWEEK12Day of the week group type.
DMGT_DAYOFMONTH13Day of the month group type.
DMGT_DAYOFYEAR14Day of the year group type.
DMGT_WEEK15Week group type.
DMGT_MONTH16Month group type.
DMGT_YEAR17Year group type.
DMGT_RECIPIENT18Recipient group type.
DMGT_LIST19List group type.
See Also