|
|||
|
hi.
Can I send a mail with an attachment through the mail account set up in outlook. Or preferably the default mail client. The importent thing here is the attachment and the use of the account allready set up in the default mail client. |
|
|||
|
ok, I found the solution myself... Here it is for others to view:
In initialize: outlook = new ActiveXObject("outlook.application"); in other script called from flash: var sendmail = outlook.CreateItem(0); sendmail.to ="test@test.com"; sendmail.subject ="test"; sendmail.body = "test"; sendmail.attachments.Add (Shell.getSpecialFolder("temp")+ "\\scores.txt"); sendmail.send; |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|