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.26106.1555
Syntax
public AttachmentRemoverConfigurationShouldRemoveDelegate ShouldRemove { get; set; }

Property Value

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