MailEnabledRecipient.RequireSenderAuthenticationEnabled property
Gets or sets a value that indicates whether the recipient accepts messages only from authenticated senders.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
'Declaration
Public Property RequireSenderAuthenticationEnabled As Boolean
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean
value = instance.RequireSenderAuthenticationEnabled
instance.RequireSenderAuthenticationEnabled = value
public bool RequireSenderAuthenticationEnabled { get; set; }
Type: System.Boolean
true if the senders must be authenticated; otherwise, false.