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
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; }

Property value

Type: System.Boolean
true if the senders must be authenticated; otherwise, false.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace