Share via


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

value = instance.RecipientValidationCacheEnabled

instance.RecipientValidationCacheEnabled = value
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.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace