 | RoutingRuleSmtpConfigurationKey Property |
The Smtp Configuration Key
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string SmtpConfigurationKey { get; set; }Public Property SmtpConfigurationKey As String
Get
Set
Dim instance As RoutingRule
Dim value As String
value = instance.SmtpConfigurationKey
instance.SmtpConfigurationKey = value
public:
property String^ SmtpConfigurationKey {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also