Share via


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

See also

Reference

TnefPropertyTag structure

TnefPropertyTag members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace