ExchangeRpcClientAccess.EncryptionRequired Property
Gets or sets a value that indicates whether Microsoft Outlook connections must be encrypted.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property EncryptionRequired As Boolean
Get
Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As Boolean
value = instance.EncryptionRequired
instance.EncryptionRequired = value
[ParameterAttribute(Mandatory = false)]
public bool EncryptionRequired { get; set; }
Property Value
Type: System.Boolean
true if Microsoft Outlook connections must be encrypted; otherwise, false.
Remarks
Unencrypted Microsoft Outlook connections are rejected when the EncryptionRequired property is false.