Share via


SPIssueList.EnableAssignedToEmail property

Obsolete. Use the EnableAssignToEmail property of the SPList class to specify whether e-mail notification is enabled. (In Windows SharePoint Services 2.0, the EnableAssignedToEmail property got or set a Boolean value that specified whether to send an e-mail alert when an item in the issues list was assigned to a user and the item changed.)

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EnableAssignedToEmail As Boolean
    Get
    Set
'Usage
Dim instance As SPIssueList
Dim value As Boolean

value = instance.EnableAssignedToEmail

instance.EnableAssignedToEmail = value
public bool EnableAssignedToEmail { get; set; }

Property value

Type: System.Boolean
true to enable assigned-to e-mail; otherwise, false.

See also

Reference

SPIssueList class

SPIssueList members

Microsoft.SharePoint namespace