Starsaur, Did you every manage to sort this out? "starsaur" wrote: Bump. Help please, anyone? "starsaur" wrote: Thanks for the suggestion. But the error I get is as follows; Script: C:\scripts\convperm1.vbs Line: 39 Char: 1 Error: The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111]] Code:
On Sat, 28 Jun 2008 03:05:58 -0700 (PDT), malcolmkirkpatrick@yahoo.com wrote in alt.atheism: On Jun 28, 2:16 am, Free Lunch <lu...@nofreelunch.us> wrote: On Fri, 27 Jun 2008 16:36:17 -0700 (PDT), malcolmkirkpatr...@yahoo.com wrote in alt.atheism: On Jun 21, 2:13 pm, Free Lunch <lu...@nofreelunch.us> wrote: Of course MK also ignores the evidence that private schools
On Jun 23, 1:57 am, Bob LeChevalier <loj...@lojban.org> wrote: malcolmkirkpatr...@yahoo.com wrote: Bob LeChevalier wrote:... malcolmkirkpatrickwrote: (MK): "It's "nonsense" to suppose that giving people what they want reduces conflict? Now THAT'S nonsense. What is gained by cramming evolutionary theory down the throats of children whose parents resist?" (BoB):"Then they
Thanks for the suggestion. But the error I get is as follows; Script: C:\scripts\convperm1.vbs Line: 39 Char: 1 Error: The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111]] Code: 80040111 Source: Collaboration Data Objects And I do not believe that the error is actually permissions related because I have full control permissions on the Exchange
In VBScript you can wrap potentially troublesome sections with: On Error Resume Next 'code If Err.Number <> 0 Then 'an error occurred, examine Err.Number and Err.Description End You can turn errors back on with: On Error GoTo 0 -- Joe Fawcett (MVP - XML) http://joe.fawcett.name "starsaur" <starsaur@discussions.microsoft.com> wrote in message news:2C08F198-C17C-475A-9B6A