SPList.CanReceiveEmail property
取得Boolean值,指定清單是否可以接收電子郵件。
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清單可以接收電子郵件 ; 如果否則,請false。