Click or drag to resize
MimeKit

MultipartClear Method

Clear a multipart.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
ObjectDisposedException The Multipart has been disposed.
Remarks
Removes all of the entities within the multipart.
See Also