SPWeb.IsADEmailEnabled Property
Gets a Boolean value that indicates whether e-mail for Active Directory Domain Services (AD DS)is enabled on the site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public ReadOnly Property IsADEmailEnabled As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.IsADEmailEnabled
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public bool IsADEmailEnabled { get; }
Property Value
Type: System.Boolean
true if AD DS e-mail is enabled; otherwise, false.