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)

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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace