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
Public Property EncryptionRequired As Boolean
Get
Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As Boolean
value = instance.EncryptionRequired
instance.EncryptionRequired = value
public bool EncryptionRequired { get; set; }
Property value
Type: System.Boolean
true if Outlook connections must be encrypted; otherwise, false.
See also
Reference
ExchangeRpcClientAccess members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace