共用方式為


SPIncomingEmailService.DLsRequireAuthenticatedSenders property

取得或設定 Boolean 值,指定是否需要經過驗證的寄件者的電子郵件訊息傳送至通訊群組。

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

Syntax

'宣告
Public Property DLsRequireAuthenticatedSenders As Boolean
    Get
    Set
'用途
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否則,請false。

請參閱

參照

SPIncomingEmailService class

SPIncomingEmailService members

Microsoft.SharePoint.Administration namespace