Read Attachment - Body
Hi ,
If mail attachments are based on .msg (previous mails attached) means,
can i read the body of the attachment..?
like -MsgBox InputFolder.Items(intMailCount).Body 'Its working
MsgBox InputFolder.Items(intMailCount).Attachments(1).Bod y - Doesn't work
why? can you give exact code on this..?
Thanks in advance for your reply.
|