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