Thread: Delegate Mode
View Single Post
  #2  
Old April 27th 06, 02:25 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Delegate Mode

For your options in avoiding or dealing with the Outlook security model see
http://www.outlookcode.com/d/sec.htm

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


wrote in message
ups.com...
How can I determine, if my custom form based on standard Appointment
form is in the "delegate mode".

I tried following code:
if Item.Organizer Application.GetNamespace("MAPI").CurrentUser.Name
Then
' This is delegate mode
BoDelegate=True
end if

It works perfectly, but in the Outlook 2002 Sp3 I receive following
message:
"A program is trying to access e-mail address you have stored in
Outlook. Do you want to allow this? ..."


Is another way to determine, if form is in the "delegate mode"?


Ads