MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Tnef
ITnefPart Interface
ITnefPart Methods
ConvertToMessage Method
ExtractAttachments Method
ITnef
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
IEnumerable
<
MimeEntity
>
ExtractAttachments
()
Return Value
IEnumerable
MimeEntity
The attachments.
Exceptions
Exception
Condition
InvalidOperationException
The
Content
property is
null
.
ObjectDisposedException
The
ITnefPart
has been disposed.
Remarks
Parses the TNEF data and extracts all of the embedded file attachments.
See Also
Reference
ITnefPart Interface
MimeKit.Tnef Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast