Share via


CONTACT_STATE Class

The CONTACT_STATE class lists the possible contact states, used for the contact statecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

  System.Object

   CONTACT_STATE
[Visual Basic .NET]
Public Class CONTACT_STATE
   Inherits System.Object
[C#]
public class CONTACT_STATE: System.Object
[C++]
public __gc class CONTACT_STATE: public System.Object

The CONTACT_STATE class exposes the following members.

Field Value Description
CS_ACTIVE 0 The contact is active.
CS_INACTIVE 1 The contact is inactive.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.