SPList Properties


SPList.EmailAlias Property (Microsoft.SharePoint)
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

Visual Basic (Declaration)
Public Property EmailAlias As String
Visual Basic (Usage)
Dim instance As SPList
Dim value As String

value = instance.EmailAlias

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

Property Value

A string that contains the e-mail address.
See Also

Tags :


Page view tracker