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] Tue Mar 21 01:21:53 -0800
2006 -------
Hello,
I tryed it also on a Linux Fedora Core 4, with OOo 2.0.1 and 2.0.2 and can
confirm this problem.
Note : There is a bug with Thunderbird 1.5 (not due to OOo)
Here is the entire example (in Florent's example, an line was missing) :
Sub Main
print "Start"
' oServiceMail =
createUnoService("com.sun.star.system.SimpleCommandMail")
oServiceMail = createUnoService("com.sun.star.system.SimpleCommandMail")
'oServiceMail = createUnoService("com.sun.star.system.SimpleSystemMail")
if isNull( oServiceMail ) then
print "Null"
else
print "Not Null"
end if
oMail = oServiceMail.querySimpleMailClient()
oMessage=oMail.createsimplemailmessage()
URL1 = "/home/pagalmes/cdcatalog.xml"
URL2 = "/home/pagalmes/devdays.pdf"
Dim files(2) As Variant
files( 0 ) = ConvertToURL( URL1 )
files( 1 ) = ConvertToURL( URL2 )
'files (1) = "file://"
oMessage.setAttachement( files() )
oMail.sendSimpleMailMessage( oMessage, 0)
print "End"
End Sub
---------------------------------------------------------------------
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]