RESPONSE_CODE Class
The RESPONSE_CODE class is lists direct e-mail response codes. Please note that although the APIs may accept any value, these are the valid values.
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
RESPONSE_CODE
[Visual Basic .NET]
Public Class RESPONSE_CODE
Inherits System.Object
[C#]
public class RESPONSE_CODE: System.Object
[C++]
public __gc class RESPONSE_CODE: public System.Object
The RESPONSE_CODE class exposes the following integer fields.
Field | Value | Description |
RC_INFO | 1 | Specifies that the respondent needs more information. |
RC_INTERESTED | 2 | Specifies that the respondent is interested. |
RC_UNSUBSCRIBE | 0 | Specifies that the respondent wants to unsubscribe. |
Requirements
Namespace: Microsoft.CRM.Flags
Assembly: microsoft.crm.proxy.dll
See Also