![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |