ListState Enumeration (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Specifies the possible states for a marketing list.
Syntax
[Visual Basic .NET] Public Enum ListState
[C#] public enum ListState
Members
| Name | Value | Description | Status Reason | Status Code Value |
| Active | 0 | Specifies that the list is active. | Active | 0 |
| Inactive | 1 | Specifies that the list is inactive. | Inactive | 1 |
Remarks
This enumeration is used for the following properties:
The status reason values are used for the list.statuscode property.
The values for marketing list status reason are not customizable.
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
