TnefNameIdKind Enumeration
The TnefNameIdKind enumeration contains values indicating how a name is stored in a TnefNameId structure.
Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration TnefNameIdKind
'Usage
Dim instance As TnefNameIdKind
public enum TnefNameIdKind
Members
| Member name | Description | |
|---|---|---|
| Id | The name is stored as an integer. | |
| Name | The name is stored as a string. |