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. See Remarks.
ACTIVITY_PARTY_REGARDING 8 The regarding item. See Remarks.
ACTIVITY_PARTY_REQUIREDATTENDEE 5 A required attendee.
ACTIVITY_PARTY_SENDER 1 The sender.
ACTIVITY_PARTY_TO_RECIPIENT 2 The recipient in the To field.

Remarks

Parties of the type ACTIVITY_PARTY_OWNER and ACTIVITY_PARTY_REGARDING are read-only. The following CRMActivity methods ignore activity parties of these types:

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.