Email address that will be used for forwarding
Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Email As String |
| C# |
|---|
| public string Email { get; set; } |
| C++ |
|---|
| public property string Email sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Email(); /** property */ public void set_Email(string value); |
| JScript |
|---|
| public function get Email() : String public function set Email(value : String); |
Property Value
A string containing the email address for this rule
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | Thrown if the email address format deemed invalid |