To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30916





------- Additional comments from [EMAIL PROTECTED] Fri Jan 21 03:59:05 -0800 
2005 -------
As far as I can see the idl-files have been adjusted as follows:

css.text.MailMergeType.idl has the following addition:

    //-------------------------------------------------------------------------

    /** The output is sent as e-Mail.
     */
    const short MAIL = 3;

css.text.MailMerge.idl  has the following additions:

    /** Contains the password of the outgoing mail server. It is necessary to
set this 
        if the password is not already stored in the configuration for security
reasons.

        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string OutServerPassword;
    
//=============================================================================
    
    /** Contains the password of the incoming mail server. It is necessary to
set this 
        if the mail server configuration is set to 'SMTP after POP'
authentication and 
        the password is not already stored in the configuration for security
reasons.

        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string InServerPassword;
    
//=============================================================================
  
    /** contains the subject of the e-Mail message.  
        
        <p>This property is only evaluated for e-Mail output.</p>
        @since OOo 2.0
    */
    [property, optional] string Subject;

    
//=============================================================================
    
    /** contains the name of the data base column that contains the e-Mail 
address 
        to the the e-Mail to.
        
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string AddressFromColumn;

    
//=============================================================================
    
    /** determines that the created mail merge document is sent as body in HTML
format. 
        This property is only valid if the propery "SendAsAttachment" is set to
<false/>.
        
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] boolean SendAsHTML;

    
//=============================================================================


    /** determines that the created mail merge document is sent as attachment.  
        
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] boolean SendAsAttachment;

    
//=============================================================================
    
    /** contains the text of the mail body. 
        This property is only valid if the property "SendAsAttachment" is set to
<true/> 
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string MailBody;

    
//=============================================================================
    
    /** contains the name of the attachment. 
        This property is only valid if "SendAsAttachment" is set to <true/>.
        
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string AttachmentName;

    
//=============================================================================
    
    /** contains the name of the document filter to save the attached mail merge
document. 
        This property is only valid if "SendAsAttachment" is set to <true/>.

        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] string AttachmentFilter;

    
//=============================================================================
    
    /** contains a list of e-Mail addresses to  
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] sequence< string > CopiesTo;

    
//=============================================================================
    
    /** 
        <p>This property is only evaluated for e-Mail output.</p>

        @since OOo 2.0
    */
    [property, optional] sequence< string > BlindCopiesTo;

  
    
//=============================================================================
    
    /** determines that the output of the mail merge is save in one single 
file.  
        <p>This property is only evaluated for file output.</p>

        @since OOo 2.0
    */
    [property, optional] boolean SaveAsSingleFile;

    
//=============================================================================
    
    /** contains the name of the document filter to save the output file(s).
        <p>This property is only evaluated for file output.</p>

        @since OOo 2.0
    */
    [property, optional] string SaveFilter;

    
//=============================================================================
    
    /** contains the properties that are defined in
<com::sun::star::view::PrintOptions>. 
    
        <p>This property is only evaluated for printer output.</p>

        @since OOo 2.0
    */
    [property, optional] sequence< com::sun::star::beans::PropertyValue >
PrintOptions;


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to