Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether or not workflows should automatically start on e-mail-enabled lists.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.