共用方式為


SPWeb.IsADEmailEnabled property

取得布林值,這個值,指出是否在網站上啟用 Active Directory 網域服務 (AD DS) 的電子郵件。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property IsADEmailEnabled As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

value = instance.IsADEmailEnabled
public bool IsADEmailEnabled { get; }

Property value

Type: System.Boolean
true如果已啟用 AD DS 電子郵件 ;否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace