Issue 99061 - SimpleCommandMail does not work on Mac OSX
Summary: SimpleCommandMail does not work on Mac OSX
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Mac Mac OS X, all
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 19:52 UTC by bschaich
Modified: 2013-02-24 21:08 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 bschaich 2009-02-09 19:52:26 UTC
I have written the following program:

***************************************
Select CASE getGUIType()
Case 1
oMailer = createUnoService( "com.sun.star.system.SimpleSystemMail" )
Case 3
oMailer = createUnoService( "com.sun.star.system.SimpleCommandMail" )
End Select

MailProgramm = oMailer.querySimpleMailClient()
NeueNachricht = MailProgramm.createSimpleMailMessage()
NeueNachricht.setRecipient(sRecipient)
NeueNachricht.setSubject( sSubject )

If Len(sRepVor)>0 Then
	attachs(0)= sRepVor
	NeueNachricht.setAttachement(attachs())
End if
Mailprogramm.sendSimpleMailMessage(Neuenachricht, 0 )
********************************************************

The program runs through, the Mail client pops up, but nothing else happens.
Mail Client tested is "Mail" of OSX.
Comment 1 jsc 2009-04-09 14:18:35 UTC
jsc -> cd: i think it's yours now, please correct if i am wrong