Share via


EVENT_TYPE Class

The EVENT_TYPE class lists the possible event types. 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

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

The EVENT_TYPE class exposes the following integer fields.

Field Value Description
ET_BULKEMAIL 102 Specifies a direct e-mail sent event.
ET_EMAIL 100 Specifies an e-mail sent event.
ET_EMAIL_RECEIVED 101 Specifies an e-mail received event.
ET_FAX 105 Specifies a received fax event.
ET_LETTER 104 Specifies a received letter event.
ET_MEETING 106 Specifies a meeting occurred event.
ET_PHONE 103 Specifies a received phone call event.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.