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