Customizing MS Standard Form

  • Thread starter Thread starter Amit K
  • Start date Start date
A

Amit K

Hi,

I am developing an Add-in for OutLook.
The custom form which I use is ( Tools -> Forms -> Design a Form ->
Standard Forms Library -> Meeting Request Form) .

This form pops up the Security alert when i try to access the
address book. I read in one of the post that the Using the MS
Standard Form ( and Extending it by adding elements) solves the
security issue.

Can any one tell me How I go about doing this? .

(I know to by pass the Security alerts using the redemption object ,
but I prefer using the Standard form approach [if one exists] as the
Redemption object may be blocked in further versions of Outlook by
Microsoft)

Regards
Amit
 
Restricted properties are restricted even in a form based on a
standard form unless you permit the properties using the security form
and are using Exchange server. Outlook 2003 does permit using
restricted properties if the form is published.

If MS restricts Redemption they would have to restrict Extended MAPI,
I don't see that happening without breaking all existing Outlook code.
 
Back
Top