SPWebService.DeclarativeWorkflowAutostartOnEmailEnabled property
Indicates whether or not workflows should automatically start on e-mail-enabled lists.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DeclarativeWorkflowAutostartOnEmailEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.DeclarativeWorkflowAutostartOnEmailEnabled
instance.DeclarativeWorkflowAutostartOnEmailEnabled = value
public bool DeclarativeWorkflowAutostartOnEmailEnabled { get; set; }
Property value
Type: System.Boolean
true, if workflows should automatically start on lists that are e-mail-enabled; otherwise false.