ParticipationType Class (CrmHelpers)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

This class specifies the integer flags to set the activityparty.participationtypemask property. Although the property 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 setting entity property values.

The ParticipationType class exposes the following members.

Field Value Description
BccRecipient 4 Specifies a blind copy recipient.
CCRecipient 3 Specifies a copy recipient.
Customer 11 Specifies a customer.
OptionalAttendee 6 Specifies an optional attendee.
Organizer 7 Specifies an organizer.
Owner 9 Specifies an owner.
Partner 12 Specifies a partner.
Recipient 2 Specifies a recipient.
Regarding 8 Specifies a regarding object.
RequiredAttendee 5 Specifies a required attendee.
Resource 10 Specifies a resource.
Sender 1 Specifies a sender.

Remarks

This class is in the helper code file SDK\Helpers\CS\CrmHelpers\enums.cs. This class can also be found in the assembly Microsoft.Crm.Sdk.dll.

Requirements

Filename: enums.cs

See Also

Reference

© 2010 Microsoft Corporation. All rights reserved.