How to read an email(outlook) without spying in Blue Prism











up vote
-1
down vote

favorite












Blue Prism: I'm trying to read an email(outlook), Which contains the information about the status of a task, name and a table with multiple headers. I should save the required information like name, status of the task in an Excel under the headers which were already written. It should all happen dynamically without spying the elements. Can anybody please elaborate the process?










share|improve this question




























    up vote
    -1
    down vote

    favorite












    Blue Prism: I'm trying to read an email(outlook), Which contains the information about the status of a task, name and a table with multiple headers. I should save the required information like name, status of the task in an Excel under the headers which were already written. It should all happen dynamically without spying the elements. Can anybody please elaborate the process?










    share|improve this question


























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Blue Prism: I'm trying to read an email(outlook), Which contains the information about the status of a task, name and a table with multiple headers. I should save the required information like name, status of the task in an Excel under the headers which were already written. It should all happen dynamically without spying the elements. Can anybody please elaborate the process?










      share|improve this question















      Blue Prism: I'm trying to read an email(outlook), Which contains the information about the status of a task, name and a table with multiple headers. I should save the required information like name, status of the task in an Excel under the headers which were already written. It should all happen dynamically without spying the elements. Can anybody please elaborate the process?







      excel outlook automation blueprism rpa






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 8 at 0:13









      esqew

      20.7k2076108




      20.7k2076108










      asked Nov 7 at 20:23









      Bru

      11




      11
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          You've got 2 options:




          1. Use the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)


          2. v6.3 and later Use the bundled Blue Prism-provided MS Outlook VBO, which has the following actions:




          • Delete Email

          • Forward Email

          • Get Received Items Advanced

          • Get Received Items Basic

          • Get Received Items Expert

          • Get Sent Items Advanced

          • Get Sent Items Basic

          • Get Sent Items Expert

          • Mark Email As Read

          • Mark Email As Unread

          • Move Email to Inbox Sub Folder

          • Reply to Email

          • Reply All to Email

          • Save Attachment Attachments

          • Save Email

          • Save Email As File







          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53197264%2fhow-to-read-an-emailoutlook-without-spying-in-blue-prism%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            You've got 2 options:




            1. Use the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)


            2. v6.3 and later Use the bundled Blue Prism-provided MS Outlook VBO, which has the following actions:




            • Delete Email

            • Forward Email

            • Get Received Items Advanced

            • Get Received Items Basic

            • Get Received Items Expert

            • Get Sent Items Advanced

            • Get Sent Items Basic

            • Get Sent Items Expert

            • Mark Email As Read

            • Mark Email As Unread

            • Move Email to Inbox Sub Folder

            • Reply to Email

            • Reply All to Email

            • Save Attachment Attachments

            • Save Email

            • Save Email As File







            share|improve this answer



























              up vote
              1
              down vote













              You've got 2 options:




              1. Use the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)


              2. v6.3 and later Use the bundled Blue Prism-provided MS Outlook VBO, which has the following actions:




              • Delete Email

              • Forward Email

              • Get Received Items Advanced

              • Get Received Items Basic

              • Get Received Items Expert

              • Get Sent Items Advanced

              • Get Sent Items Basic

              • Get Sent Items Expert

              • Mark Email As Read

              • Mark Email As Unread

              • Move Email to Inbox Sub Folder

              • Reply to Email

              • Reply All to Email

              • Save Attachment Attachments

              • Save Email

              • Save Email As File







              share|improve this answer

























                up vote
                1
                down vote










                up vote
                1
                down vote









                You've got 2 options:




                1. Use the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)


                2. v6.3 and later Use the bundled Blue Prism-provided MS Outlook VBO, which has the following actions:




                • Delete Email

                • Forward Email

                • Get Received Items Advanced

                • Get Received Items Basic

                • Get Received Items Expert

                • Get Sent Items Advanced

                • Get Sent Items Basic

                • Get Sent Items Expert

                • Mark Email As Read

                • Mark Email As Unread

                • Move Email to Inbox Sub Folder

                • Reply to Email

                • Reply All to Email

                • Save Attachment Attachments

                • Save Email

                • Save Email As File







                share|improve this answer














                You've got 2 options:




                1. Use the MAPIEx object for a back-end connection to your Outlook profile's mailbox. (See also: MAPIEx installation guide)


                2. v6.3 and later Use the bundled Blue Prism-provided MS Outlook VBO, which has the following actions:




                • Delete Email

                • Forward Email

                • Get Received Items Advanced

                • Get Received Items Basic

                • Get Received Items Expert

                • Get Sent Items Advanced

                • Get Sent Items Basic

                • Get Sent Items Expert

                • Mark Email As Read

                • Mark Email As Unread

                • Move Email to Inbox Sub Folder

                • Reply to Email

                • Reply All to Email

                • Save Attachment Attachments

                • Save Email

                • Save Email As File








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 8 at 1:32

























                answered Nov 8 at 0:13









                esqew

                20.7k2076108




                20.7k2076108






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53197264%2fhow-to-read-an-emailoutlook-without-spying-in-blue-prism%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    這個網誌中的熱門文章

                    Hercules Kyvelos

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud