SPList.EmailAlias Property

If e-mail notification is enabled, gets or sets the e-mail address to use to notify to the owner of an item when an assignment has changed or the item has been updated.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property EmailAlias As String
    Get
    Set
'Usage
Dim instance As SPList
Dim value As String

value = instance.EmailAlias

instance.EmailAlias = value
public string EmailAlias { get; set; }

Property Value

Type: System.String
A string that contains the e-mail address.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace