SearchAndProcessItem.UsersToNotify Property
Gets or sets a list of the e-mail addresses of the users to send a report to by e-mail on the search and process job results.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property UsersToNotify As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.UsersToNotify
instance.UsersToNotify = value
public string UsersToNotify { get; set; }
Property Value
Type: System.String
A string that represents a semicolon-delimited list of the e-mail addresses.
Remarks
After the search and process operation has called the specified assembly class on all the items in the search return set, SharePoint Server 2010 generates a report of the results, with detailed processing results for each list item in the return set. It then sends an e-mail message with the report to the specified users.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace