SPList.CanReceiveEmail Property
Gets a Boolean value specifying whether the list can receive e-mail.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property CanReceiveEmail As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.CanReceiveEmail
public bool CanReceiveEmail { get; }
Property Value
Type: System.Boolean
true if the list can receive e-mail; otherwise, false.