TransportServer.RecipientValidationCacheEnabled Property
Gets or sets a value that indicates whether recipient addresses are cached.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RecipientValidationCacheEnabled As Boolean
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Boolean
value = instance.RecipientValidationCacheEnabled
instance.RecipientValidationCacheEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool RecipientValidationCacheEnabled { get; set; }
Property Value
Type: System.Boolean
true to cache recipient addresses; otherwise, false.
Remarks
The default value of the RecipientValidationCacheEnabled property is true on Edge Transport servers and false on Hub Transport servers.