Click or drag to resize
MimeKit

TnefPart Constructor

Initialize a new instance of the TnefPart class.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefPart()
Remarks
Creates a new TnefPart with a Content-Type of application/vnd.ms-tnef and a Content-Disposition value of "attachment" and a filename paremeter with a value of "winmail.dat".
See Also