共用方式為


SPAlert.DynamicRecipient property

取得或設定在Collaborative Application Markup Language (CAML) ,定義要用來填入電子郵件收件者] 欄位中警示的事件資料中的字串。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property DynamicRecipient As String
    Get
    Set
'用途
Dim instance As SPAlert
Dim value As String

value = instance.DynamicRecipient

instance.DynamicRecipient = value
public string DynamicRecipient { get; set; }

Property value

Type: System.String
CAML字串,包含事件資料的電子郵件收件者] 欄位中 ;例如, <FieldRef Name = "assignedto/New">, /New是選擇性的位置。

備註

注意事項注意事項

DynamicRecipient屬性不適用於搜尋提醒。

如需有關CAML查詢結構描述的詳細資訊,請參閱Query Schema

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace