WebMessage(String, String, String, WebMessageType) Constructor
Creates a new instance of
WebMessage with a specific
source, subject, and body, for a specific application.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
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