Where can I find information about attachments added to the mail

Hello,
I send e-mails through the e-mail templates and sysEmailTable :: Sendmail .
I have a question , if I might add attachments to e-mail , is on the form " System Administration -> Periodic - > E-mail sending ststus "
I will see this attachment ? or perhaps elsewhere in the system this informations are stored ?

My code, used to send email with attachments:
sysEmailTable::sendMail(
    field.value(),  
    'PL',
    myRecipient ,
    mappings, 
    "C:\Windows\media\Alarm10.wav", 
    '',
    true, 
    'noAnswer',
    true);