PureEngage On-Premises

 View Only

Sign Up

  • 1.  can we get email attached file name and file size

    Posted 07-21-2016 10:33
    can we have email attached filne name ,file size in all email interaction in database.
     


  • 2.  RE: can we get email attached file name and file size

    Posted 07-21-2016 14:01
    You can achieve that through the database directly or programatically using PSDK


  • 3.  RE: can we get email attached file name and file size

    Posted 07-21-2016 16:22
    Hi Jakub,

    Thanks for the info. Can you help out with the database and table name to find the details.

    Thanks in advance.


  • 4.  RE: can we get email attached file name and file size

    Posted 07-21-2016 16:24
    Hi Jakub ,

    can u help me with programatically using PSDK.


    thanks in adv.

     


  • 5.  RE: can we get email attached file name and file size

    Posted 07-22-2016 12:28
    On PSDK level search for EventGetInteractionContent class containing useful methods where one of them is method "getAttachments()".

    On database level look at table attachment where you should get reference to the document table, where is the name of the attachment and the size stored.

    HTH!
     
    --Jakub--