Click or drag to resize
MimeKit

TnefNameId Structure

A TNEF name identifier.
Inheritance Hierarchy
SystemObject
  SystemValueType
    MimeKit.TnefTnefNameId

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public readonly struct TnefNameId : IEquatable<TnefNameId>

The TnefNameId type exposes the following members.

Constructors
 NameDescription
Public methodTnefNameId(Guid, Int32) Initialize a new instance of the TnefNameId struct.
Public methodTnefNameId(Guid, String) Initialize a new instance of the TnefNameId struct.
Top
Properties
 NameDescription
Public propertyId Get the identifier, if available.
Public propertyKind Get the kind of TNEF name identifier.
Public propertyName Get the name, if available.
Public propertyPropertySetGuid Get the property set GUID.
Top
Methods
 NameDescription
Public methodEquals(Object) Determine whether the specified Object is equal to the current TnefNameId.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TnefNameId) Determine whether the specified TnefNameId is equal to the current TnefNameId.
Public methodGetHashCode Serves as a hash function for a TnefNameId object.
(Overrides ValueTypeGetHashCode)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TnefNameId, TnefNameId) Compare two TnefNameId objects for equality.
Public operatorStatic memberInequality(TnefNameId, TnefNameId) Compare two TnefNameId objects for inequality.
Top
Remarks
A TNEF name identifier.
See Also