 | RoutingMessageLabel Property |
A string containing the Label of the message. Used on the MSQM system
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string Label { get; set; }Public Property Label As String
Get
Set
Dim instance As RoutingMessage
Dim value As String
value = instance.Label
instance.Label = value
public:
property String^ Label {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also