Click or drag to resize
MimeKit

MimeAnonymizer Class

A tool for anonymizing a message or MIME entity.
Inheritance Hierarchy
SystemObject
  MimeKitMimeAnonymizer

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public class MimeAnonymizer

The MimeAnonymizer type exposes the following members.

Constructors
 NameDescription
Public methodMimeAnonymizer Initialize a new instance of the MimeAnonymizer class.
Top
Properties
 NameDescription
Public propertyPreserveHeaders Get the set of headers that this anonymizer is configured to preserve.
Top
Methods
Remarks
Allows you to anonymize a MimeMessage or MimeEntity.
See Also