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

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

Property Value

Type: Regex
See Also