SPList.CanReceiveEmail 属性
获取一个Boolean值,该值指定列表是否可以接收电子邮件。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property CanReceiveEmail As Boolean
Get
用法
Dim instance As SPList
Dim value As Boolean
value = instance.CanReceiveEmail
public bool CanReceiveEmail { get; }
属性值
类型:System.Boolean
true如果列表可以接收电子邮件。否则为false。