Click or drag to resize
MimeKit

MimeAnonymizerAnonymize(FormatOptions, MimeMessage, Stream) Method

Anonymize a MimeMessage.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
public void Anonymize(
	FormatOptions options,
	MimeMessage message,
	Stream stream
)

Parameters

options  FormatOptions
The formatting options.
message  MimeMessage
The message to anonymize.
stream  Stream
The stream to write the anonymized message to.
Exceptions
ExceptionCondition
ArgumentNullException

options is .

-or-

message is .

-or-

stream is .

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