Click or drag to resize

AttachmentRemoverConfigurationShouldRemove Property

Gets or sets the callback that is invoked for all candidates to be removed. Default callback returns true.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public AttachmentRemoverConfigurationShouldRemoveDelegate ShouldRemove { get; set; }

Property Value

Type: AttachmentRemoverConfigurationShouldRemoveDelegate
Remarks
Please note that even if this callback returns true, RemoveVisuals, RemoveNonVisuals, RemoveAlternatives may prevent MIME entity to be removed.
See Also