Click or drag to resize

AttachmentReplacerConfigurationShouldReplace Property

Gets or sets the callback that is invoked for all canditates to be replaced. Default callback return true.

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

Property Value

Type: AttachmentReplacerConfigurationShouldReplaceDelegate
Remarks
Please note that even if this callback returns true, ReplaceVisuals, ReplaceNonVisuals, ReplaceAlternatives may prevent MIME entity to be replaced.
See Also