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

Public ReadOnly Property CanReceiveEmail As Boolean
    Get

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