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.

ACTIVITY_PARTY_REGARDING

Specifies the regarding item.

ACTIVITY_PARTY_REQUIREDATTENDEE

Specifies a required attendee.

ACTIVITY_PARTY_SENDER

Specifies the sender.

ACTIVITY_PARTY_TO_RECIPIENT

Specifies the recipient in the To field.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.