SEVExportWorkerWorkerThreadInfoMessage Method
|
Alterian Email Manager 6.2.3 SDK Help File
Fire the event to deliver info to the parent application if there are any listeners.
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void InfoMessage(
string message
)
Public Shared Sub InfoMessage (
message As String
)
public:
static void InfoMessage(
String^ message
)
static member InfoMessage :
message : string -> unit
DMLibrary.SEV.WorkerThread.InfoMessage = function(message);
Parameters
- message
- Type: SystemString
See Also