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
Public method TnefNameId(Guid, Int32) The TnefNameId constructor creates a new TnefNameId structure from a GUID and an integer.
Public method TnefNameId(Guid, String) The TnefNameId constructor creates a new TnefNameId structure from a GUID and a string.

Top

Properties

  Name Description
Public property Id The Id property gets the name ID of this TnefNameId structure.
Public property 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.
Public property Name The Name property returns a string containing the name of this TnefNameId structure.
Public property PropertySetGuid The PropertySetGuid property returns the property set GUID for this TnefNameId structure.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top