Click or drag to resize
MimeKit

TnefPropertyTag   Conversion (TnefPropertyTag to Int32)

Cast a TNEF property tag into a 32-bit integer value.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static implicit operator int (
	TnefPropertyTag tag
)

Parameters

tag  TnefPropertyTag
The TNEF property tag.

Return Value

Int32
A 32-bit integer value representing the TNEF property tag.
Remarks
Casts a TNEF property tag into a 32-bit integer value.
See Also