Click or drag to resize
MimeKit

TnefPropertyTagToUnicode Method

Return a new TnefPropertyTag where the type has been changed to Unicode.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefPropertyTag ToUnicode()

Return Value

TnefPropertyTag
The unicode equivalent of the property tag.
Remarks
Returns a new TnefPropertyTag where the type has been changed to Unicode.
See Also