 | RoutingMessageRawMessage Property |
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string RawMessage { get; set; }Public Property RawMessage As String
Get
Set
Dim instance As RoutingMessage
Dim value As String
value = instance.RawMessage
instance.RawMessage = value
public:
property String^ RawMessage {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
RemarksEnsure to have the RawMessage use Dos as the new line format
See Also