Click or drag to resize

AttachmentReplacerConfigurationTag Property

Gets or sets tag generating function. You can use this property to generate unique id for replaced attachment, that can be used in Template or NoFileNameTemplate templates using [Tag] placeholder.

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

Property Value

Type: AttachmentReplacerConfigurationTagDelegate
See Also