BulkDeleteRequest.ToRecipients Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.Guid[]

Type: Guid[]
The array of IDs for the system users (users) who are listed in the To box of an email notification.

Remarks

Each element in the ToRecipients array corresponds to the SystemUser.SystemUserId attribute, which is the primary key for the SystemUser entity.

Each ID the ToRecipients array 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 the SendEmailNotification property is set to true, an email notification is sent to all users who have the IDs that are specified in this property.

See Also

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright