Click or drag to resize
MimeKit

TnefPropertyTag(Int32) 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(
	int tag
)

Parameters

tag  Int32
The property tag.
Remarks
Creates a new TnefPropertyTag based on a 32-bit integer tag as read from a TNEF stream.
See Also