| | ConsoleOutput | |
rtPublicSession ConsoleOutput CRLF CSS_DEFAULT defaultAttachmentImage disableConsoleOutput DocumentContext HideWhenStatus HTMLConversion HTMLListMarkerType HTMLListMarkerURL PageWidth URLCommandMarker URLFormat versionInfo | version 1.5
Property Get ConsoleOutput As String If disableConsole Output = True all error notifications get recorded without being printed to console. ConsoleOutput returns a string of all notifications. Normally it should be empty and should contain something only in case rtLib encounters a condition it can not handle without possible partial data loss like unsupported rich text format (for example possible incompatibility with some future version of Domino) or internal error. | |