TnefNameId 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

See also

Reference

TnefNameId structure

Microsoft.Exchange.Data.ContentTypes.Tnef namespace