Click or drag to resize
BizFormRegExEmailMacro Property
Regular expression for macros in e-mail body, macros are in form $$type:fieldname$$.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
protected static Regex RegExEmailMacro { get; set; }

Property Value

Type: Regex
See Also