Forum Discussion

acchu12b's avatar
acchu12b
Occasional Contributor
12 years ago

TC oulook automation-reading attachments that comes with the mail

Hi,





I am aware of the outlook automation using TC.I use Jscripting. 



I have a scenario, where I will have to read data from an attachment that comes with the mail. Is there any method that does the task of getting attachment (as like addAttachment)??



If it is possible to read the details in the attachment? Is it possible to read the contents, if the attachment is of "image" type??



Please help me by answering these question, if possible with the method names(Jscript).



Regards,

Ashwini

2 Replies

  • acchu12b's avatar
    acchu12b
    Occasional Contributor
    Hi Tanya,



    Thanks for your prompt reply!

    It was helpful!



    Regards,

    Ashwini

  • Hi Ashwini,


     


    As far as I remember, it's possible to get the list of attachments from Outlook by using its COM object. Refer to this MSDN page to learn the object model.