Compartir a través de


ExchangeRpcClientAccess.BlockedClientVersions Property

Gets or sets the versions of Microsoft Outlook that are restricted from connecting.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property BlockedClientVersions As String
    Get
    Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As String

value = instance.BlockedClientVersions

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

Property Value

Type: System.String
A string containing the versions of Microsoft Outlook that are restricted from connecting.

Remarks

The string should be in the format X.Y.Z where X is the major version number, Y is the minor revision number, and Z specifies the build. Ranges are indicated by separating the starting and ending version number with a dash (-); ranges should be separated by semicolons.