TnefPropertyTag.IsTnefTypeValid Property
The IsTnefTypeValid property gets a Boolean value indicating whether the type of this TnefPropertyTag structure is valid.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsTnefTypeValid As Boolean
Get
'Usage
Dim instance As TnefPropertyTag
Dim value As Boolean
value = instance.IsTnefTypeValid
public bool IsTnefTypeValid { get; }
Property Value
Type: System.Boolean