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)

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