TnefPropertyReader.PropertyNameId property
The PropertyNameId property returns a TnefNameId structure identifying the current TNEF property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyNameId As TnefNameId
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As TnefNameId
value = instance.PropertyNameId
public TnefNameId PropertyNameId { get; }
Property value
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefNameId