 | AttachmentRemoverConfigurationShouldRemoveDelegate Delegate |
Should remove delegate.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic delegate bool ShouldRemoveDelegate(
MimeData argument
)
Public Delegate Function ShouldRemoveDelegate (
argument As MimeData
) As Boolean
public delegate bool ShouldRemoveDelegate(
MimeData^ argument
)
type ShouldRemoveDelegate =
delegate of
argument : MimeData -> boolParameters
- argument MimeData
- MIME entity.
Return Value
BooleanTrue if content should be removed, false otherwise.
See Also