View Single Post
  #4  
Old September 19th 07, 01:34 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Alert message when the Global Address book is accessed

I assume you do not have Outlook 2007. See http://www.outlookcode.com/codedetail.aspx?id=594 for a code sample that uses Redemption. THe CDO 1.21 code would be similar, but would trigger security prompts.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message ...
I have a new customized form is created.
In the Script Editor for this form, how do i access the "Mobile details" of
the current user ?


"Sue Mosher [MVP-Outlook]" wrote in message
...
Access with what code? You'd need to use Outlook 2007 or Redemption to avoid
security prompts. See See http://www.outlookcode.com/article.aspx?ID=52 for
your options with regard to the "object model guard" security in Outlook
2000 SP2 and later versions.

"Vidya" wrote in message
...
Hello Mr.Sue Mosher,

I have a new customized form which access the Global Address book for
the Current User details.
When the address book is accessed, an alert message appears "A program
is trying to access e-mail addresses you have atored in outlook. Do you

want
to allow this?...........".
Can this alert message be de-activated?

How can i read the Mobile details of the Current User?
I used this "PR_MOBILE_TELEPHONE_NUMBER = &H3A1C001F" but this did not
work .


Ads