TnefNameId Members
Include Protected Members
Include Inherited Members
The TnefNameId structure encapsulates the name or name ID of a named MAPI property.
The TnefNameId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TnefNameId(Guid, Int32) | The TnefNameId constructor creates a new TnefNameId structure from a GUID and an integer. | |
TnefNameId(Guid, String) | The TnefNameId constructor creates a new TnefNameId structure from a GUID and a string. |
Top
Properties
Name | Description | |
---|---|---|
Id | The Id property gets the name ID of this TnefNameId structure. | |
Kind | The Kind property returns a TnefNameIdKind enumeration value indicating whether the name of this TnefNameId structure is stored as a string or an integer. | |
Name | The Name property returns a string containing the name of this TnefNameId structure. | |
PropertySetGuid | The PropertySetGuid property returns the property set GUID for this TnefNameId structure. |
Top