BulkDetectDuplicatesRequest.CCRecipients Property

Definition

Gets or sets an array of IDs for the system users (users) who are listed in the Cc box of the email notification.

public:
 property cli::array <Guid> ^ CCRecipients { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] CCRecipients { get; set; }
member this.CCRecipients : Guid[] with get, set
Public Property CCRecipients As Guid()

Property Value

Guid[]

The array of IDs for the system users (users) who are listed in the Cc box of the email notification.

Remarks

Each element in the CCRecipients array corresponds to the SystemUser.SystemUserId column, which is the primary key for the SystemUser table.

Each ID must be for a user who has a valid email address.

This property is required if the SendEmailNotification property is set to true; otherwise, it is optional. If you set this property to true, an email notification is sent to all users who have the IDs that are specified in this property.

Applies to