Share via


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
Public Property MAPIEncryptionRequired As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.MAPIEncryptionRequired

instance.MAPIEncryptionRequired = value
public bool MAPIEncryptionRequired { get; set; }

Property value

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

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace