Click or drag to resize

AttachmentReplacerConfigurationShouldReplaceDelegate Delegate

Should replace delegate.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public delegate bool ShouldReplaceDelegate(
	MimeData argument
)

Parameters

argument  MimeData
MIME entity.

Return Value

Boolean
True if content should be replaced, false otherwise.
See Also