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





------- Additional comments from [EMAIL PROTECTED] Mon Mar 20 08:44:09 -0800 
2006 -------
In this code sample (Linux, OOo 2.0.1):

oServiceMail = createUnoService("com.sun.star.system.SimpleCommandMail")
        
oMail = oServiceMail.querySimpleMailClient()    
oMessage=oMail.createsimplemailmessage()
files (0) = "file://..."
files (1) = "file://..."

oMessage.setAttachement(files())


The created mail (kmail show up) contain *only 1* attached file.
SimpleSystemMail (Windows 2.0.1) works fine with the same source code.

How can we attach more than 1 file to a mail on Linux ? is this a bug ? Should i
create a new issue ?

---------------------------------------------------------------------
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