MailboxServer.MAPIEncryptionRequired Property

Gets or sets a value that indicates whether the Mailbox server blocks MAPI clients that do not use encrypted remote procedure calls (RPC).

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MAPIEncryptionRequired As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.MAPIEncryptionRequired

instance.MAPIEncryptionRequired = value
[ParameterAttribute(Mandatory = false)]
public bool MAPIEncryptionRequired { get; set; }

Property Value

Type: System.Boolean
true to require encrypted RPC connections; otherwise, false.