1

Is there a way to get the filename and/or filepath of an attachments from the current TB message?
I tried this (HERE is the link):

function AttachmentNames() {  
    var attachments = instanceOfMozMmsMessage.attachments;
} 

with different alerts like attachments.length,attachments[0].filepath etc., but nothing happened (i guess it's improper for current mails anyway).

MSKV
  • 38
  • 7