Tnef |
public readonly struct TnefNameId : IEquatable<TnefNameId>
The TnefNameId type exposes the following members.
Name | Description | |
---|---|---|
TnefNameId(Guid, Int32) | Initialize a new instance of the TnefNameId struct. | |
TnefNameId(Guid, String) | Initialize a new instance of the TnefNameId struct. |
Name | Description | |
---|---|---|
Id | Get the identifier, if available. | |
Kind | Get the kind of TNEF name identifier. | |
Name | Get the name, if available. | |
PropertySetGuid | Get the property set GUID. |
Name | Description | |
---|---|---|
Equals(Object) |
Determine whether the specified Object is equal to the current TnefNameId.
(Overrides ValueTypeEquals(Object)) | |
Equals(TnefNameId) | Determine whether the specified TnefNameId is equal to the current TnefNameId. | |
GetHashCode |
Serves as a hash function for a TnefNameId object.
(Overrides ValueTypeGetHashCode) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
Equality(TnefNameId, TnefNameId) | Compare two TnefNameId objects for equality. | |
Inequality(TnefNameId, TnefNameId) | Compare two TnefNameId objects for inequality. |