WebMessage(String, String, String, WebMessageType) Constructor

Creates a new instance of WebMessage with a specific source, subject, and body, for a specific application.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public WebMessage(
	string? application,
	string? source,
	string? body,
	WebMessageType messageType
)

Parameters

application  String
The application name associated with this message.
source  String
The source of the message.
body  String
The text of the message to send.
messageType  WebMessageType
The type of message to create

See Also