SPWebApplication.EmailToNoPermissionWorkflowParticipantsEnabled property
Gets or sets a Boolean value that specifies whether to alert users without site permissions when they have been assigned workflow tasks.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EmailToNoPermissionWorkflowParticipantsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.EmailToNoPermissionWorkflowParticipantsEnabled
instance.EmailToNoPermissionWorkflowParticipantsEnabled = value
public bool EmailToNoPermissionWorkflowParticipantsEnabled { get; set; }
Property value
Type: System.Boolean
true if users without site permissions should be alerted when they are assigned workflow tasks; otherwise, false. The default value is true.