Delegate Mode

Y

Yakov.Yoffe

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"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top