I am trying the following:

 mail=app('mail')
 msgs=mail.selection()
 msg=msgs[0]

now I would like to use
 msg.mail_attachments
but this won't work. If I ask for help, under elements I get the following:

Elements:
    AEType("attc") -- by name, index, relative, range, test, id
    bcc_recipients -- by name, index, relative, range, test
    cc_recipients -- by name, index, relative, range, test
    headers -- by name, index, relative, range, test
    recipients -- by name, index, relative, range, test
    to_recipients -- by name, index, relative, range, test

How do I access the attachments?

Thanks
Christian
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to