| 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; }
Public Property ShouldReplace As AttachmentReplacerConfigurationShouldReplaceDelegate
Get
Set
public:
property AttachmentReplacerConfigurationShouldReplaceDelegate^ ShouldReplace {
AttachmentReplacerConfigurationShouldReplaceDelegate^ get ();
void set (AttachmentReplacerConfigurationShouldReplaceDelegate^ value);
}
member ShouldReplace : AttachmentReplacerConfigurationShouldReplaceDelegate with get, set
Property Value
Type:
AttachmentReplacerConfigurationShouldReplaceDelegateRemarks See Also