Is there a way then, when I create the outlook app. in
ASP, to impersonate a different user that has permission
to edit rather than being the current windows user (so
then I can change the field value even for users that do
not have edit permissions)?
Thanks again,
Andrea
Well, actually, you shouldn't be using Outlook objects in your ASP code at
all, unless it's client-side JScript. Outlook is not suitable to run in a
server environment. CDO would be a better choice or, if you're using
Exchange 2000/2003, WebDAV.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is there a way then, when I create the outlook app. in
> ASP, to impersonate a different user that has permission
[quoted text clipped - 11 lines]
> controls, but that won't
>>stop a determined user.
>>"AF" <anonymous@discussions.microsoft.com> wrote in
> message
[quoted text clipped - 18 lines]
>>
>>.
AF - 04 Oct 2004 15:27 GMT
Yes, sorry I didn't specify. I'm using client-side
javascript and VBScript. Is it possible to do what I want
with CDO?
We're actually starting to move things to ASP .NET. What
would you suggest here for working with Outlook?
Thanks
>-----Original Message-----
>Well, actually, you shouldn't be using Outlook objects in your ASP code at
[quoted text clipped - 42 lines]
>
>.
Sue Mosher [MVP-Outlook] - 04 Oct 2004 16:41 GMT
You could use CDO to impersonate a different user. Be aware that you'll
probably need to have the site in the Trusted Sites zone to avoid an ActiveX
security prompt.
ASP.NET makes it quite a bit more complicated, because you need to create a
custom web control that contains your client-side script.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Yes, sorry I didn't specify. I'm using client-side
> javascript and VBScript. Is it possible to do what I want
[quoted text clipped - 12 lines]
> you're using
>>Exchange 2000/2003, WebDAV.
>>"AF" <anonymous@discussions.microsoft.com> wrote in
> message
[quoted text clipped - 35 lines]
>>> fields)
>>>>> or not?
Sue,
Thanks for the help!
Andrea
>-----Original Message-----
>You could use CDO to impersonate a different user. Be aware that you'll
[quoted text clipped - 62 lines]
>
>.