Share via


ACTIVITY_PARTY_TYPE Enumeration

The ACTIVITY_PARTY_TYPE enumeration type lists activity party types.

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

Members

ACTIVITY_PARTY_BCC_RECIPIENT

Specifies the recipient in the Bcc field.

ACTIVITY_PARTY_CC_RECIPIENT

Specifies the recipient in the Cc field.

ACTIVITY_PARTY_OPTIONALATTENDEE

Specifies an optional attendee.

ACTIVITY_PARTY_ORGANIZER

Specifies the activity organizer.

ACTIVITY_PARTY_OWNER

Specifies the activity owner. See Remarks.

ACTIVITY_PARTY_REGARDING

Specifies the regarding item. See Remarks.

ACTIVITY_PARTY_REQUIREDATTENDEE

Specifies a required attendee.

ACTIVITY_PARTY_SENDER

Specifies the sender.

ACTIVITY_PARTY_TO_RECIPIENT

Specifies the recipient in the To field.

Remarks

Parties of the type ACTIVITY_PARTY_OWNER and ACTIVITY_PARTY_REGARDING are read-only. The CRMActivity methods SetActivityParties, Create and Update ignore activity parties of these types.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.