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)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RequireSenderAuthenticationEnabled As Boolean
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As Boolean
value = instance.RequireSenderAuthenticationEnabled
instance.RequireSenderAuthenticationEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool RequireSenderAuthenticationEnabled { get; set; }
Property Value
Type: System.Boolean
true if the senders must be authenticated; otherwise, false.