Click or drag to resize
MimeKit

BodyPartCollectionClear Method

Clears the body part collection.

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

Implements

ICollectionTClear
Remarks
Removes all of the body parts from the collection.
See Also