19 #ifndef __com_sun_star_text_MailMerge_idl__
20 #define __com_sun_star_text_MailMerge_idl__
32 module
com { module sun { module star { module text {
354 [property, optional] sequence< com::sun::star::beans::PropertyValue >
PrintOptions;
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
represents a component which is created from a URL and arguments.
Definition: XModel.idl:59
represents a connection (session) with a specific database.
Definition: XConnection.idl:58
provides the navigation on a table of data.
Definition: XResultSet.idl:44
specifies a job which is to be executed synchronously
Definition: XJob.idl:41
allows for adding/removing of mail merge event listeners.
Definition: XMailMergeBroadcaster.idl:45
offers the possibility of canceling a job.
Definition: XCancellable.idl:34
Definition: Ambiguous.idl:22
descriptor for accessing basic data access objects.
Definition: DataAccessDescriptor.idl:46
Gives access to mail merge functionality.
Definition: MailMerge.idl:40
string Subject
contains the subject of the e-Mail message.
Definition: MailMerge.idl:253
long CommandType
determines the type of the database command as described in com::sun::star::sdb::CommandType
Definition: MailMerge.idl:95
sequence< com::sun::star::beans::PropertyValue > PrintOptions
contains the properties that are defined in <com::sun::star::view::PrintOptions>.
Definition: MailMerge.idl:354
com::sun::star::frame::XModel Model
provides access to the model of the document to be processed.
Definition: MailMerge.idl:179
string FileNamePrefix
contains the name of the column to generate the output file names.
Definition: MailMerge.idl:226
string Filter
contains a filter expression for an SQL statement.
Definition: MailMerge.idl:161
boolean SaveAsSingleFile
determines that the output of the mail merge is saved in one single file.
Definition: MailMerge.idl:337
sequence< any > Selection
contains a selection that refers to bookmarks of the ResultSet.
Definition: MailMerge.idl:145
string AttachmentFilter
contains the name of the document filter to save the attached mail merge document.
Definition: MailMerge.idl:312
boolean SendAsHTML
determines that the created mail merge document is sent as body in HTML format.
Definition: MailMerge.idl:273
string InServerPassword
Contains the password of the incoming mail server.
Definition: MailMerge.idl:246
string SaveFilter
contains the name of the document filter to save the output file(s).
Definition: MailMerge.idl:345
short OutputType
determines the destination of the mail merge action.
Definition: MailMerge.idl:189
string OutputURL
contains the path where generated files are created.
Definition: MailMerge.idl:206
string Command
contains the database command.
Definition: MailMerge.idl:103
string AddressFromColumn
contains the name of the data base column that contains the e-Mail address to the e-Mail to.
Definition: MailMerge.idl:263
com::sun::star::sdbc::XConnection ActiveConnection
contains the connection to the database.
Definition: MailMerge.idl:128
boolean SinglePrintJobs
determines whether single print jobs will be generated per output document.
Definition: MailMerge.idl:196
boolean FileNameFromColumn
determines whether file names of created files are generated using the content of a database column.
Definition: MailMerge.idl:214
string OutServerPassword
Contains the password of the outgoing mail server.
Definition: MailMerge.idl:236
boolean SendAsAttachment
determines that the created mail merge document is sent as attachment.
Definition: MailMerge.idl:283
sequence< string > CopiesTo
contains a list of e-Mail addresses to
Definition: MailMerge.idl:320
boolean EscapeProcessing
returns if escape processing is on or off.
Definition: MailMerge.idl:153
sequence< string > BlindCopiesTo
Definition: MailMerge.idl:328
string MailBody
contains the text of the mail body.
Definition: MailMerge.idl:292
string AttachmentName
contains the name of the attachment.
Definition: MailMerge.idl:302
com::sun::star::sdbc::XResultSet ResultSet
provides access to a com::sun::star::sdbc::XResultSet of a com::sun::star::sdbc::ResultSet service.
Definition: MailMerge.idl:120
string DataSourceName
contains the name of the data source that is to be used for merging.
Definition: MailMerge.idl:79
string DocumentURL
contains the URL of a text document that is to be processed.
Definition: MailMerge.idl:171