Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the string in Collaborative Application Markup Language (CAML) that defines the event data to used to populate the e-mail recipient field in the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property DynamicRecipient As String
Get
Set
'Usage
Dim instance As SPAlert
Dim value As String
value = instance.DynamicRecipient
instance.DynamicRecipient = value
public string DynamicRecipient { get; set; }
Property Value
Type: System.String
A CAML string that contains the event data for the e-mail recipient field; for example, <FieldRef Name = "assignedto/New">, where /New is optional.
Remarks
Note
The DynamicRecipient property does not work in search alerts.
For more information about the CAML query schema, refer to Query Schema.