Issue 111298 - With com.sun.star.system.SimpleCommandMail mail doesn't start
Summary: With com.sun.star.system.SimpleCommandMail mail doesn't start
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Unknown Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-01 00:08 UTC by xergio
Modified: 2013-02-24 21:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description xergio 2010-05-01 00:08:40 UTC
With this macro the mail are correctly created, but doesn't start (in Windows,
the SimpleSystemMail works fine).

oMailer=CreateUnoService("com.sun.star.system.SimpleCommandMail")
oMailClient = oMailer.querySimpleMailClient()
oMessage = oMailClient.createSimpleMailMessage()
oMessage.setRecipient( sRecipient )
oMessage.setSubject( sSubject )
oMessage.setAttachement( Array(sUrlMail) )
cMail = com.sun.star.system.SimpleMailClientFlags.NO_USER_INTERFACE' =1
oMailClient.sendSimpleMailMessage( oMessage, cMail )
Comment 1 eberlein 2010-05-03 09:54:12 UTC
.