Web Forms :: Importing Contacts From Microsoft Outlook 2003 Into Application Database?
Apr 26, 2010
I'am developing a commercial website using visual studio.net 2005 and sql server 2005, where i have to import contacts from microsoft outlook 2003 into my web application, so i have searched a code, but it is a console application where it displays the contacts in the command prompt, but i have to retrieve it to my database application in an asp.net application becoz im working in asp.net2.0
the code which i have used to retrive the contacts from the outlook as a console application is follows,
Imports System.Reflection
Imports Outlook
Module Module1
Sub Main()
Dim oApp As New Outlook.ApplicationClass
oApp.AnswerWizard.ClearFileList()
oApp.ActiveWindow()
Dim oContacts As Outlook.MAPIFolder = DirectCast(oApp.Application.ActiveExplorer().Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderContacts), Outlook.MAPIFolder)
For Each oContact As Outlook.ContactItem In oContacts.Items
Dim FN As String = oContact.FirstName
Dim MN As String = oContact.MobileTelephoneNumber
Console.WriteLine(FN)
Console.WriteLine(MN)
Next
Console.ReadLine()
View 1 Replies
Similar Messages:
Feb 17, 2010
Anyone who has any idea on whether i can load a webform in the outlook, your insights are required. Till now a link was provided in the mail which the customers click to go to the form.But is is possible to load the webform directly in outlook 2003.
View 9 Replies
Feb 17, 2010
How can we add a web page or a Windows Forms to the Outlook mail so that when I send a mail to a person he/she should be able to enter the data in the controls on the mail form? The user should also have the ability to save the data directly from the mail, instead of opening my web or a Windows application and update the data.
View 1 Replies
Mar 30, 2010
I want to import contacts from my outlook account to my web application in asp.net.
View 1 Replies
Apr 21, 2010
i'am developing a commercial website using vs2005 in which i want to import the contacts from the outlook.
View 2 Replies
May 7, 2015
I am creating a web form that allows users to send email in the intranet network. The user should be able to search the contacts in their outlook contacts list with first name, last name, company, department, phone, etc. How can I retrieve the contacts from outlook to the web form?
View 1 Replies
Apr 14, 2010
I do have a requirement that I need to give the facility to the client to import outlook ata(mail,contact,events) to its account in my web site
Is it possible if user upload .pst file to my system and I can extract the information from that?
View 2 Replies
Mar 26, 2016
I am trying to import excel sheet, got an error like "
The Microsoft Jet database engine cannot open the file ''. It is already opened exclusively by another user, or you need permission to view its data"
I have given all necessary permissions but no luck..
View 1 Replies
Jun 29, 2010
i want to get list of contacts when user enters his yahoo or msn alike emails. Application is build in ASP.NET with 3.5 framework. Solution i've found on this site does not work or require framework 4.0. I don't need solution which costs money or not personally tested by you ones.
View 1 Replies
Apr 20, 2010
i,am developing a website using visual studio 2005 in which i used to import the contacts from the outlook.
View 1 Replies
Jun 3, 2010
I have a asp.net website and i need to import address books from yahoo, msn and aol. I have already done gmail import by downloading the google contacts api. But i cannot find the same for yahoo,msn and aol. does anyone know if there's a single dll avilable that can do this? or any other way is fine.
View 1 Replies
Nov 15, 2010
we created an outlook addin 2003 in vs2008. We just moved to vs2010 and when we debugging the project it showing that required version of office is not installed.Is there any possible way to use the outlook addin 2003 in vs2010.Because i need to work my addin in all versions of outlook from 2003-2010 and i have to use vs2010 only.
View 2 Replies
Aug 9, 2010
How to design web form like a microsoft outlook?
Is there any control to add menu like a outlook left panel(left Top and bottm panel) has?
View 1 Replies
Sep 6, 2010
I wrote some code about sending mail, Task, Appoinment etc. For example you can add someone to your outlook contact list over asp.net page. Every thing is ok on my local machine. But if I publish my application to a server I can not add noone on my outlook.
View 2 Replies
May 7, 2015
i want to send a Email through outlook using vb.net
View 1 Replies
Mar 28, 2011
We have developed apllication in Microsoft VS 2008 and when we opening this same application with Microsoft VS 2010. Then it's asking to convert.
So can anybody tell me what it is converting exactly. Means it's open application in Microsoft VS 2010 and running properly also. But i am understanding whats happning while converting.
View 3 Replies
Aug 18, 2010
I want to enter multiple contacts in a web form. That is..if a click on any "Add" button, it should display another textbox to enter, after it shold save multiple contacts to the database...
View 3 Replies
Jan 11, 2011
1.Can I import google and facebook contacts of the users of my website,when they provide their login credentials to gmail/facebook?
2.Can I get the login status of these contacts in gmail/facebook? , ie, I need to show in my website that a particular user is online/offline in gmail/facebook. Is it possible?
View 4 Replies
Jan 22, 2010
am importing a text file database in my sql server database in asp.net c#.but i cannot fetch the column name from .txt file which contains a numeric data now what to do?
View 1 Replies
Apr 2, 2010
I want php or asp.net code for fetching facebook's inbox messages and contacts into our application when the application is added into facebook
View 1 Replies
Apr 27, 2016
I want to read my Outlook application Inbox by cliccking on the link button. On clicking the LinkButton , it should open the Outlook Mail application inbox that is configured in the system.
View 1 Replies
Jun 26, 2010
I have created a we application for managing the contacts. I want to save the selected contact to current user's outlook contact list. how to do this? I am using asp.net + c#.net.
Edited :
I have done this by following this link.
http://www.c-sharpcorner.com/uploadfile/rambab/outlookintegration10282006032802am/outlookintegration.aspx?login=true&user=lalitcdhake
its a great and easy to understand windows application for the same. I used Class library. It is running fine locally. but s I deploy my application in IIS and access it from outside network it showing dialog box with message :
" an unhandled win32 exception occurred in outlook.exe [876] "
What should be that ?
Edit 2:
Problem is still there. While i debugging the application I am getting the exception:
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005. + OUTLOOK
I found this is the User Account Control problem on some blog. Is it true? Or What should be the solution over this. Is any another way rather than Interop services?
View 3 Replies
Jan 27, 2010
I am getting the error while importing the dbf files to access database.It giving "External table is not in the expected format"
View 4 Replies
Jul 30, 2010
I've pretty much gotten the hang of importing data from a database onto a website using asp.net, now I want to do the reverse.I want a site that the user logs into and makes 4 different selections from 4 drop-down lists and those choices are recorded onto the database. I've worked out the log in part (it was actually really easy...) but I wanted to know a good source to learn about exporting data.
View 3 Replies
Mar 17, 2011
I am trying to insert data from excel file into sql server database table. which is working fine.. But when i tried it in table which has primaryKey As Autonumber and date as getdate(). its not inserting values in rows?
View 10 Replies