A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Redemption not working :(



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old June 16th 06, 06:07 AM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 9
Default Redemption not working :(

Hi,
I am developing a small application to sync outlook contacts with
another application. I am doing it in C++ . Here is a small code
snippet that I am using


if( m_Application.CreateDispatch( "Outlook.Application" ) == 0 )
{
AfxMessageBox( "Can't launch Outlook!" );
return;
}

_NameSpace m_NameSpace = m_Application.GetNamespace("MAPI");
ISafeCurrentUser User = m_NameSpace.GetCurrentUser();
CString Address = User.GetAddress();

But the problem i am facing is that the User.GetAddress() causes the
outlook security prompt which I think, should not happen.... Can anyone
pls tell me wat I am doing wrong, plssss
Thank you....

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Redemption fgibbcollins Outlook and VBA 2 March 16th 06 06:03 PM
Redemption Christoph Add-ins for Outlook 5 March 6th 06 03:26 PM
Convert to Redemption ??? John DOE Outlook and VBA 2 February 13th 06 06:22 AM
Crash with Redemption Lars Ibsen Outlook and VBA 4 February 13th 06 05:29 AM
Redemption MAPITable Dmitry Streblechenko Add-ins for Outlook 1 January 12th 06 04:09 AM


All times are GMT +1. The time now is 07:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.