persistent class Ens.Background.Request.ExportMessage
extends Ens.Background.Request
Used for export message request background processing
parameter XMLTYPE = "BackgroundMessageExport";
Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".
property CharSet
as %String(MAXLEN=128);
This is the character set to use when creating the export - the default is the system default
property LocalFilename
as %String(MAXLEN="");
This is used to suggest to the browser what filename to use in the download
property MsgSeperators
as %String(MAXLEN=10);
This is used to specify how the messages in the export will be separated
CRLF,CR,LF,MLLP,Tab,None
property SavedSearch
as %String(MAXLEN=128);
This is the name of the saved search details that are saved temporarily with a unique name
property SearchClass
as %String(MAXLEN=128);
This is the name of the message viewer search class that will be invoked with the SavedSearch