Click or drag to resize

AttachmentRemoverConfigurationShouldRemoveDelegate Delegate

Should remove delegate.

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

Parameters

argument  MimeData
MIME entity.

Return Value

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