SPIncomingEmailService.DLsRequireAuthenticatedSenders Property
Gets or sets a Boolean value that specifies whether to require authenticated senders for e-mail messages that are sent to distribution groups.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DLsRequireAuthenticatedSenders As Boolean
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As Boolean
value = instance.DLsRequireAuthenticatedSenders
instance.DLsRequireAuthenticatedSenders = value
public bool DLsRequireAuthenticatedSenders { get; set; }
Property Value
Type: System.Boolean
true to require authenticated senders for e-mail messages to distribution groups; otherwise, false.