Click or drag to resize
MimeKit

TnefPartExtractAttachments Method

Extract the embedded attachments from the TNEF data.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public IEnumerable<MimeEntity> ExtractAttachments()

Return Value

IEnumerableMimeEntity
The attachments.

Implements

ITnefPartExtractAttachments
Exceptions
ExceptionCondition
InvalidOperationException The Content property is .
ObjectDisposedException The TnefPart has been disposed.
Remarks
Parses the TNEF data and extracts all the embedded file attachments.
See Also