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.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.