IProcessAndSendEmail Interface
Defines the action of an item processor that can also send e-mail.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IProcessAndSendEmail _
Inherits IProcess
'Usage
Dim instance As IProcessAndSendEmail
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface IProcessAndSendEmail : IProcess
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace