Share via


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)

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.

See also

Reference

SPIncomingEmailService class

SPIncomingEmailService members

Microsoft.SharePoint.Administration namespace