 | MailFromRegexMatchRoutingRuleRegexExpression Property |
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string RegexExpression { get; set; }Public Property RegexExpression As String
Get
Set
Dim instance As MailFromRegexMatchRoutingRule
Dim value As String
value = instance.RegexExpression
instance.RegexExpression = value
public:
property String^ RegexExpression {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also