| 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
)
Public Delegate Function ShouldRemoveDelegate (
argument As MimeData
) As Boolean
public delegate bool ShouldRemoveDelegate(
MimeData^ argument
)
type ShouldRemoveDelegate =
delegate of
argument : MimeData -> bool
Parameters
- argument
- Type: Limilabs.Mail.MIMEMimeData
MIME entity.
Return Value
Type:
BooleanTrue if content should be removed, false otherwise.
See Also