Re: Outlook Security Template
From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 02/25/05
- Next message: Bob Smith: "Re: Outlook Security Template"
- Previous message: Bob Smith: "Re: Outlook Security Template"
- In reply to: Bob Smith: "Re: Outlook Security Template"
- Next in thread: Bob Smith: "Re: Outlook Security Template"
- Reply: Bob Smith: "Re: Outlook Security Template"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 17:01:53 -0500
Did you read the Readme in the admin pack? That has the installation
instructions.
I would advise you strongly not to edit the code on the form. There's
nothing wrong with an underscore as a line continuation character.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Bob Smith" <BobSmith@discussions.microsoft.com> wrote in message
news:3C906B4E-EA46-4525-97CE-45E874242033@microsoft.com...
> Hi Sue
>
> Thanks for the reply. The reason I want to update the form is because we
> have "_" in the vbscript portion of the form causing runtime errors when
> the
> developer trys to add a New .dll on the "Trusted Code" Page.
>
> VBScript Portion that is causing the Runtime error
> ***********************************************
> Item.GetInspector.ModifiedFormPages("Trusted
> Code").TrustedList.AddItem(BaseName)
> Item.UserProperties.Find("TrustedCode").Value = _
> Item.UserProperties.Find("TrustedCode").Value + BaseName + ":" + _
> Item.GetInspector.ModifiedFormPages("Trusted
> Code").HashCtl.HashFile(ComDlg.FileName) + ":"
>
> ****************************************************
>
> The problem I have now however is I still can't get this Outlook Securty
> form to work properly, even after saving the form again. The Office2003
> Admin
> pack did not install the DLL you meantioned.
>
>
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> You can download the Outlook Administrator Pack from
>> http://www.microsoft.com/office/ork/2003/tools/ddl/default.htm
>>
>> It sounds like you're trying to modify the security template itself. WHy?
>>
>> "Bob Smith" <BobSmith@discussions.microsoft.com> wrote in message
>> news:07B90E3A-4562-4AD5-ADCF-138D51BD7E9A@microsoft.com...
>> > Hi Sue,
>> >
>> > Having issues tracking down that dll. We do however have the office xp
>> > developer toolkit, would it be in there? I installed it but can't find
>> > the
>> > DLL
>> >
>> > Thanks in Advance
>> >
>> >
>> > "Sue Mosher [MVP-Outlook]" wrote:
>> >
>> >> You need to install the Hashctl.dll that was included in the Outlook
>> >> Administrator Pack download. Note that it's needed only on machines
>> >> that
>> >> manage the Outlook Security Settings folder, not on normal user
>> >> machiens.
>>
>> >>
>> >> "Bob Smith" <BobSmith@discussions.microsoft.com> wrote in message
>> >> news:78144F50-BD7E-4F92-BFB2-A07B756C717A@microsoft.com...
>> >> >I needed to update our VBScript code for the Outlook Security
>> >> >Template.
>> >> >Once
>> >> > I saved the form I now get the "Could not load the Object because it
>> >> > is
>> >> > not
>> >> > available on this machine" error message when I select the "Trusted
>> >> > Code
>> >> > Tab"
>> >> >
>> >> > Does anyone know what might cause this? It is not the VBScript I
>> >> > updated
>> >> > because I reverted back.
>>
>>
>>
- Next message: Bob Smith: "Re: Outlook Security Template"
- Previous message: Bob Smith: "Re: Outlook Security Template"
- In reply to: Bob Smith: "Re: Outlook Security Template"
- Next in thread: Bob Smith: "Re: Outlook Security Template"
- Reply: Bob Smith: "Re: Outlook Security Template"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|