| AttachmentCollectionClear(Boolean) Method |
Clear the attachment collection.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public void Clear(
bool dispose
)
Parameters
- dispose Boolean
- true if all of the attachments should be disposed; otherwise, false.
Remarks
Removes all attachments from the collection, optionally disposing them in the process.
See Also