Click or drag to resize
MimeKit

TnefPropertyTag(TnefPropertyId, TnefPropertyType) Constructor

Initialize a new instance of the TnefPropertyTag struct.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefPropertyTag(
	TnefPropertyId id,
	TnefPropertyType type
)

Parameters

id  TnefPropertyId
The property identifier.
type  TnefPropertyType
The property type.
Remarks
Creates a new TnefPropertyTag based on a TnefPropertyId and TnefPropertyType.
See Also