args -
Variable in class com.extrememessaging.ResponseMaster.CMain
Used to start the server when it is running as a service
B
BUILD_NUMBER -
Static variable in class com.extrememessaging.ResponseMaster.CMain
The build number.
Body - class com.extrememessaging.ResponseMaster.MessageFields.Body.
The class that gets the body from the message
It also sets the values of the AttachedMessageSubject, Attachment,
DeliveryStatusData, HtmlBody, NestedMessageObject, and NestedMessageString fields
Body() -
Constructor for class com.extrememessaging.ResponseMaster.MessageFields.Body
bIsService -
Static variable in class com.extrememessaging.ResponseMaster.CMain
True if ResponseMaster is running as a service
bPaused -
Static variable in class com.extrememessaging.ResponseMaster.CMain
True if we paused now (ie running, but not processing messages)
The disposition object for copying a message to an IMAP folder which
may not be a subfolder of the scanned folder (it can even be a different mail server
This works even if the message source is not IMAP
Close() -
Method in interface com.extrememessaging.ResponseMaster.dispositions.IDisposition
Cleanup any resources you allocated during construction
or ReadFromFile
Note: Close may be called more than once on the same object,
but once it is called, Dispose will not be called again.
Log a tracing message from a Throwable
If the logging level is Errors or Warnings, this doesn't do anything
Changed to Throwable (from Exception) in build 606