MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Tnef
TnefPart Class
TnefPart Methods
Accept Method
ConvertToMessage Method
ExtractAttachments Method
Tnef
Part
Extract
Attachments Method
Extract the embedded attachments from the TNEF data.
Namespace:
MimeKit.Tnef
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IEnumerable
<
MimeEntity
>
ExtractAttachments
()
Return Value
IEnumerable
MimeEntity
The attachments.
Implements
ITnefPart
ExtractAttachments
Exceptions
Exception
Condition
InvalidOperationException
The
Content
property is
null
.
ObjectDisposedException
The
TnefPart
has been disposed.
Remarks
Parses the TNEF data and extracts all of the embedded file attachments.
See Also
Reference
TnefPart Class
MimeKit.Tnef Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast