TnefNameId.Kind property
The Kind property returns a TnefNameIdKind enumeration value indicating whether the name of this TnefNameId structure is stored as a string or an integer.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Kind As TnefNameIdKind
Get
'Usage
Dim instance As TnefNameId
Dim value As TnefNameIdKind
value = instance.Kind
public TnefNameIdKind Kind { get; }
Property value
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefNameIdKind