Re: Retrieve email and attachments from Exchange Server

2015-07-02 Thread Bob Sneidar
The problem is encryption. You can shell this, but you need to read up on how to use the command line to telnet into an exchange server, and to complicate things, Microsoft made some significant changes in how to communicate with SMTP over telnet, so there are articles strewn about the internet

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Skip Kimpel
Maybe the Gmail API method? https://developers.google.com/gmail/api/ A quick look at that shows to be a RESTful API so I might have a shot at it that way. SKIP > On Jul 1, 2015, at 9:31 PM, Skip Kimpel wrote: > > Bob, > > The good news is I do have administrator rights and what I am writi

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Skip Kimpel
Bob, The good news is I do have administrator rights and what I am writing is an internal business tool and not for public consumption. However, before I invest a significant amount of time playing with this unknown method let me ask the question in a different way. Let's say I create a r

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Bob Sneidar
There is this, but it requires user interaction, specifically with a powershelgl authentication dialog. It also has some other pre-requisites that would become insurmountable obstacles if you did not have administrative access to the Exchange server or the workstation executing the powershell.

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Bob Sneidar
You would think that, but you might be mistaken. The contact management Act has specifically stated that in order to get the Act Outlook plugin to work with Outlook, the end user be an administrator. This was not true for older versions of Outlook but it is now. This is because Microsoft way up

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Magicgate Software - Skip Kimpel
Interesting... never thought of going that route but probably the most likely approach. Richard, thanks for giving me something to go on. SKIP On Wed, Jul 1, 2015 at 11:46 AM, Richard Gaskin wrote: > Skip Kimpel wrote: > > > I need the ability to tap into an Exchange Server account and grab >

Re: Retrieve email and attachments from Exchange Server

2015-07-01 Thread Richard Gaskin
Skip Kimpel wrote: > I need the ability to tap into an Exchange Server account and grab > text / attachments from emails sitting in that account. > > Can anybody think of a way to do that via LC? I don't have an answer but I might have a clue: Since Vista, Windows has become increasingly inter

Retrieve email and attachments from Exchange Server

2015-07-01 Thread Magicgate Software - Skip Kimpel
Good morning / afternoon, I need the ability to tap into an Exchange Server account and grab text / attachments from emails sitting in that account. Can anybody think of a way to do that via LC? I know it is a stretch... hoping for a creative solution. Thank you for your input! SKIP __