Click or drag to resize
MimeKit

TnefNameId(Guid, String) 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,
	string name
)

Parameters

propertySetGuid  Guid
The property set GUID.
name  String
The name.
Remarks
Creates a new TnefNameId with the specified string identifier.
See Also