Click or drag to resize
MimeKit

MimeAnonymizerAnonymize(MimeEntity, Stream) Method

Anonymize a MimeEntity.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
public void Anonymize(
	MimeEntity entity,
	Stream stream
)

Parameters

entity  MimeEntity
The MIME entity to anonymize.
stream  Stream
The stream to write the anonymized entity to.
Exceptions
ExceptionCondition
ArgumentNullException

entity is .

-or-

stream is .

Remarks
Writes an anonymized version of the entity to a stream.
See Also