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.3.0
Syntax
C#
public IEnumerable<MimeEntity> ExtractAttachments()

Return Value

IEnumerableMimeEntity
The attachments.
Exceptions
ExceptionCondition
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