Click here to Skip to main content
Sign Up to vote bad
good
See more: C++OutlookVC++
I am getting Microsoft Outlook warning message when programmatically accesses Outlook Address Book/Send E-mail"
How can i disable this warning message?
BOOL CEmail::ResolveName(LHANDLE hMAPISession, LPTSTR& address, LPTSTR name)
{
BOOL ok;
//resolve name
lpMapiRecipDesc newrecip;
ULONG err = (*lpfnMAPIResolveName)(hMAPISession, 0, name, 0, 0, &newrecip);
}
 
when initializing MAPI i am calling
 
if ((lpfnMAPIResolveName= (LPMAPIRESOLVENAME)GetProcAddress(m_hMapiLibrary,SZ_MAPIRESOLVENAME)) == NULL)
        return GetLastError();
Posted 11-Jul-12 1:06am
Edited 12-Aug-12 20:18pm

Comments
ryanb31 - 11-Jul-12 15:18pm
Microsoft has a document on MSDN about this. You'll have to look it up but I believe you can get around it with properly signed code.
Joan Murt - 13-Jul-12 11:46am
Disabling a safety is not the best option if you don't control the environment at 100%: there are plenty of computers whose owners won't like to unprotect them. Apart of that a good implementation today means less hassle tomorrow (less maintenance...).

3 solutions

Just think that probably the customers won't like to get their PC's unprotected, if that is the case then you should think on changing the way you handle the e-mail in your application.
 
Take a look here: http://www.naughter.com/freenetwork.html[^] Where PJ Naughter made a great job in e-mail handling.
 
Take a look at the first link CPJNSMTPConnection and if you read carefully the instructions you will be able to get it working without much hassle it is easy after all.
 
Good luck! Rose | [Rose]
  Permalink  
Comments
Volynsky Alex - 13-Aug-12 18:17pm
good!
I believe you have to be running as a fully trusted application before this prompt will go away. If you want it to go away permanently then you can disable the registry key, as per the directions here:
 
http://sogeeky.blogspot.com/2007/04/how-to-disable-outlook-security-warning.html[^]
 
It looks like Add-in Express does something similar (disable Outlook security) on a temporary basis. Maybe you can learn from what they do:
 
http://www.add-in-express.com/outlook-security/index.php[^]
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Christian Graus 448
1 Ron Beyer 286
2 samadhan_kshirsagar 229
3 OriginalGriff 223
4 Tadit Dash 213
0 Sergey Alexandrovich Kryukov 7,017
1 Prasad_Kulkarni 3,815
2 OriginalGriff 3,557
3 _Amy 3,372
4 CPallini 3,010


Advertise | Privacy | Mobile
Web04 | 2.6.130619.1 | Last Updated 13 Aug 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid