I get a warning prompt from Outlook

If the prompt is an OLE object, perhaps you can have Perl signal "OK" to the prompt. (You might also be able to remove this security restriction, but I doubt it.)

Furthermore, I would also like to display this information to a webpage (IIS Web service running as me w/ Admin rights). For some reason whilist browsing this script via browser (with added 'Content-type' etc, etc..) The script Just hangs and I don't get the warning prompt as I do when running the script from the command line. Any thoughts?

Could the problem be that the script running through the Web server cannot open the outlook application (thus, no warning prompt)? Are you working with an Exchange server? If you are, you probably have Outlook Webmail installed. You could have Perl login to Webmail, grab the contents of your inbox, and spit it out for you as a webpage. Or you perhaps could tell Exchange to publish your inbox as a webpage. I often see this done for calendars, but I am not sure if you could also do this for inboxes as well.


In reply to Re: --force Outlook to allow perl script access to my mail by jacques
in thread --force Outlook to allow perl script access to my mail by silent11

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.