Share via


DomainContentConfig.TNEFEnabled property

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

Syntax

'Declaration
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
public Nullable<bool> TNEFEnabled { get; set; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

DomainContentConfig class

DomainContentConfig members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace