Click or drag to resize
MimeKit

TnefNameId(Guid, Int32) Constructor

Initialize a new instance of the TnefNameId struct.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefNameId(
	Guid propertySetGuid,
	int id
)

Parameters

propertySetGuid  Guid
The property set GUID.
id  Int32
The identifier.
Remarks
Creates a new TnefNameId with the specified integer identifier.
See Also