Share via


ACTIVITY_PARTY_TYPE Class

The ACTIVITY_PARTY_TYPE class lists the possible activity party types, used for the activity party participationtypemask 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

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

The ACTIVITY_PARTY_TYPE class exposes the following integer fields.

Field Value Description
ACTIVITY_PARTY_BCC_RECIPIENT 4 The recipient in the Bcc field.
ACTIVITY_PARTY_CC_RECIPIENT 3 The recipient in the Cc field.
ACTIVITY_PARTY_OPTIONALATTENDEE 6 An optional attendee.
ACTIVITY_PARTY_ORGANIZER 7 The party organizer.
ACTIVITY_PARTY_OWNER 9 The party owner.
ACTIVITY_PARTY_REGARDING 8 The regarding item.
ACTIVITY_PARTY_REQUIREDATTENDEE 5 A required attendee.
ACTIVITY_PARTY_SENDER 1 The sender.
ACTIVITY_PARTY_TO_RECIPIENT 2 The recipient in the To field.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.