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)
Visual Basic (Declaration)
Public Property EmailAlias As String
Dim instance As SPList
Dim value As String
value = instance.EmailAlias
instance.EmailAlias = value
public string EmailAlias { get; set; }
Property Value
A string that contains the e-mail address.