Click here to Skip to main content
15,908,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: logout problem Pin
mukesh.mr0316-Nov-07 19:46
mukesh.mr0316-Nov-07 19:46 
GeneralRe: logout problem Pin
NetBot16-Nov-07 20:02
NetBot16-Nov-07 20:02 
GeneralRe: logout problem Pin
Abhijit Jana16-Nov-07 20:02
professionalAbhijit Jana16-Nov-07 20:02 
AnswerRe: logout problem Pin
Abhijit Jana16-Nov-07 19:59
professionalAbhijit Jana16-Nov-07 19:59 
GeneralRe: logout problem Pin
Mack Ait-Aoudia16-Nov-07 21:51
Mack Ait-Aoudia16-Nov-07 21:51 
GeneralRe: logout problem Pin
Abhijit Jana16-Nov-07 21:58
professionalAbhijit Jana16-Nov-07 21:58 
GeneralRe: logout problem Pin
Mack Ait-Aoudia17-Nov-07 5:56
Mack Ait-Aoudia17-Nov-07 5:56 
QuestionImport export outlook contacts Pin
ShuklaGirish16-Nov-07 19:27
ShuklaGirish16-Nov-07 19:27 
Hi,
i want to create one option for importa nd export outlook contacts from my asp.net web page.One of the way to retrive the contacts is,

MyOutlook.Application oApp = new MyOutlook.Application();
oApp.AnswerWizard.ClearFileList();
oApp.ActiveWindow();

MyOutlook.MAPIFolder oContacts = (MyOutlook.MAPIFolder)oApp.Application.ActiveExplorer().Session.GetDefaultFolder(MyOutlook.OlDefaultFolders.olFolderContacts);


foreach (MyOutlook.ContactItem oContact in oContacts.Items)
{

Response.Write(oContact.Email1DisplayName);
}



How should i export the data to outlook.
Pls help me if u know anything related to this.

Thanks.

GIRISH
AnswerRe: Import export outlook contacts Pin
Sun Rays16-Nov-07 19:44
Sun Rays16-Nov-07 19:44 
GeneralRe: Import export outlook contacts Pin
ShuklaGirish16-Nov-07 21:24
ShuklaGirish16-Nov-07 21:24 
GeneralRe: Import export outlook contacts Pin
pmarfleet16-Nov-07 21:33
pmarfleet16-Nov-07 21:33 
QuestionAuto Calculate An Age Entered in Textbox : Without Postback the page. Pin
Gandalf_TheWhite16-Nov-07 19:23
professionalGandalf_TheWhite16-Nov-07 19:23 
AnswerRe: Auto Calculate An Age Entered in Textbox : Without Postback the page. Pin
SABhatti16-Nov-07 19:27
SABhatti16-Nov-07 19:27 
GeneralAuto Calculate An Age Entered in Textbox : Without Postback the page. Pin
Gandalf_TheWhite16-Nov-07 19:44
professionalGandalf_TheWhite16-Nov-07 19:44 
GeneralRe: Auto Calculate An Age Entered in Textbox : Without Postback the page. Pin
Gandalf_TheWhite16-Nov-07 21:28
professionalGandalf_TheWhite16-Nov-07 21:28 
GeneralRe: Auto Calculate An Age Entered in Textbox : Without Postback the page. Pin
pmarfleet16-Nov-07 21:37
pmarfleet16-Nov-07 21:37 
GeneralAuto Calculate An Age Entered in Textbox : Without Postback the page. Pin
Gandalf_TheWhite17-Nov-07 2:14
professionalGandalf_TheWhite17-Nov-07 2:14 
AnswerRe: Auto Calculate An Age Entered in Textbox : Without Postback the page. Pin
www.Developerof.NET16-Nov-07 22:09
www.Developerof.NET16-Nov-07 22:09 
QuestionHow to generate Page Oninit event Pin
NetBot16-Nov-07 19:21
NetBot16-Nov-07 19:21 
AnswerRe: How to generate Page Oninit event Pin
SABhatti16-Nov-07 19:32
SABhatti16-Nov-07 19:32 
GeneralRe: How to generate Page Oninit event Pin
NetBot16-Nov-07 19:41
NetBot16-Nov-07 19:41 
GeneralRe: How to generate Page Oninit event Pin
SABhatti16-Nov-07 20:09
SABhatti16-Nov-07 20:09 
QuestionHow to play a video file in my .aspx page in ASP.NET Pin
radhekrishna16-Nov-07 18:57
radhekrishna16-Nov-07 18:57 
AnswerRe: How to play a video file in my .aspx page in ASP.NET Pin
Sun Rays16-Nov-07 19:19
Sun Rays16-Nov-07 19:19 
AnswerRe: How to play a video file in my .aspx page in ASP.NET Pin
Kasi Viswanathan16-Nov-07 19:22
Kasi Viswanathan16-Nov-07 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.