Click or drag to resize
MimeKit

ContentTypeClone Method

Clone the content type.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ContentType Clone()

Return Value

ContentType
The cloned content type.
Remarks
Clones the content type.
See Also