Delen via


DomainContentConfig.TNEFEnabled Property

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

Syntax

'Declaration
<ParameterAttribute> _
Public Property TNEFEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As DomainContentConfig
Dim value As Nullable(Of Boolean)

value = instance.TNEFEnabled

instance.TNEFEnabled = value
[ParameterAttribute]
public Nullable<bool> TNEFEnabled { get; set; }

Property Value

Type: System.Nullable<Boolean>