TnefNameId.Name Property
The Name property returns a string containing the name of this TnefNameId structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As TnefNameId
Dim value As String
value = instance.Name
public string Name { get; }
Property Value
Type: System.String