Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various option for grouping report results.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMRGroupType
public enum class DMRGroupType
DMLibrary.DMRGroupType = function();
DMLibrary.DMRGroupType.createEnum('DMLibrary.DMRGroupType', false);
Members | Member name | Value | Description |
---|
| DMGT_VARIABLE | 0 | Variable group type. |
| DMGT_FIELD | 1 | Field group type. |
| DMGT_PLATFORM | 2 | Recipient platform (OS) group type. |
| DMGT_BROWSER | 3 | Recipient browser group type. |
| DMGT_CLIENTTYPE | 4 | Recipient client type group type. This can be Mobile, Web, Desktop, or Other |
| DMGT_SENDER | 5 | Sender group type. |
| DMGT_DOMAIN | 6 | Domain group type. |
| DMGT_DEPLOYMENT | 7 | Deployment group type. |
| DMGT_CREATIVE | 8 | Creative group type. |
| DMGT_CATEGORY | 9 | Creative category group type. |
| DMGT_TEMPLATE | 10 | Template group type. |
| DMGT_HOUROFDAY | 11 | Hour of the day group type. |
| DMGT_DAYOFWEEK | 12 | Day of the week group type. |
| DMGT_DAYOFMONTH | 13 | Day of the month group type. |
| DMGT_DAYOFYEAR | 14 | Day of the year group type. |
| DMGT_WEEK | 15 | Week group type. |
| DMGT_MONTH | 16 | Month group type. |
| DMGT_YEAR | 17 | Year group type. |
| DMGT_RECIPIENT | 18 | Recipient group type. |
| DMGT_LIST | 19 | List group type. |
See Also