Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Property BlockedClientVersions As String
Get
Set
'Usage
Dim instance As ExchangeRpcClientAccess
Dim value As String
value = instance.BlockedClientVersions
instance.BlockedClientVersions = value
public string BlockedClientVersions { get; set; }
Property value
Type: System.String
A string containing the versions of 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.
See also
Reference
ExchangeRpcClientAccess members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace