Click or drag to resize

AttachmentRemoverConfigurationShouldRemoveDelegate Delegate

Should remove delegate.

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

Parameters

argument
Type: Limilabs.Mail.MIMEMimeData
MIME entity.

Return Value

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