Forums
This topic is locked
Import Contacts to Web Page
Posted 10 Feb 2005 22:09:04
1
has voted
10 Feb 2005 22:09:04 Andrew Gray posted:
GuysAnyone have code or know of a 3rd party extension/add-in that can take as an expample Outlook contacts and import them to a web page written in asp.net
regards
Andy
Replies
Replied 10 Feb 2005 23:06:16
10 Feb 2005 23:06:16 Chris Charlton replied:
I'm interested in hearing about this too.
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 11 Feb 2005 01:24:18
11 Feb 2005 01:24:18 Vince Baker replied:
must be some sort of xml output available, I will take a look as this could be a nice little bit of code....wil post back what i find
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 11 Feb 2005 02:28:43
11 Feb 2005 02:28:43 Andrew Gray replied:
I hope we could find a solution to this.
There was a thread sometime before on this...
www.dmxzone.com/showDetail.asp?TypeId=26&NewsId=4206
I tried to contact George Petrov who was at some point working on an extension I believe but I've had no luck in tracking down a response from him. Maybe someone else could?
regards
Andy
There was a thread sometime before on this...
www.dmxzone.com/showDetail.asp?TypeId=26&NewsId=4206
I tried to contact George Petrov who was at some point working on an extension I believe but I've had no luck in tracking down a response from him. Maybe someone else could?
regards
Andy
Replied 11 Feb 2005 03:11:34
11 Feb 2005 03:11:34 Dave Thomas replied:
well you can export your emails as an .mdb
u tried to export your address book?
regards
Dave Thomas
<b>DMX Zone Manager</b>
u tried to export your address book?
regards
Dave Thomas
<b>DMX Zone Manager</b>
Replied 11 Feb 2005 03:24:01
11 Feb 2005 03:24:01 Andrew Gray replied:
ok i need to be more specific...
This is for an ASP based web app.
import name/address lists from such as Outlook, ACT etc into sql server for display in the users contact page.
It could be the user first exports in .csv format.
However there is a utility called Intellisync which does all of this (Yahoo Mail as an example). The goal is to replicate this functionality.
Andy.
This is for an ASP based web app.
import name/address lists from such as Outlook, ACT etc into sql server for display in the users contact page.
It could be the user first exports in .csv format.
However there is a utility called Intellisync which does all of this (Yahoo Mail as an example). The goal is to replicate this functionality.
Andy.
Replied 11 Feb 2005 18:25:33
11 Feb 2005 18:25:33 Lee Diggins replied:
Hi Andrew
Are you after getting this from an Outlook client or from Exchange? If Exchange what version are you running?
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Are you after getting this from an Outlook client or from Exchange? If Exchange what version are you running?
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Replied 11 Feb 2005 19:14:32
11 Feb 2005 19:14:32 Andrew Gray replied:
No
This is for any client on any system to get their contacts into a web based ASP app.
Andy.
This is for any client on any system to get their contacts into a web based ASP app.
Andy.
Replied 15 Feb 2005 00:26:50
15 Feb 2005 00:26:50 Lee Diggins replied:
Hi Andrew
Sorry for the delay getting back to you.
I've not heard of an extension that will build the functionality that you're after, that doesn't mean there isn't one though. I'm sure this is possible, almost anything is, with a fair amount of design and development.
If you're going to tackle this yourself, break it down into little chunks.
Post back if you have any specific questions.
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Sorry for the delay getting back to you.
I've not heard of an extension that will build the functionality that you're after, that doesn't mean there isn't one though. I'm sure this is possible, almost anything is, with a fair amount of design and development.
If you're going to tackle this yourself, break it down into little chunks.
Post back if you have any specific questions.
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Replied 15 Feb 2005 10:45:52
15 Feb 2005 10:45:52 Chris Charlton replied:
I found... JavaScript seems to call a registry file, so seems to only work on Windows with IE/Outlook 5 or higher. *Taken from CPanel/WHM*
<pre id=code><font face=courier size=2 id=code>function popreg(username) {
if (navigator.appName == "Microsoft Internet Explorer" ||
(navigator.platform.indexOf("Windows"
+ 1) >= 1 ||
(navigator.platform.indexOf("Win32"
+ 1) >= 1) {
document.write("<font size=-1><a href='javascript:regpop("
;
document.write('"');
document.write(username);
document.write('"');
document.write("
;'>"
;
document.write('Outlook (Express) AutoConfig');
document.write("</a></font>"
;
}
}
</script>
<script>
function regpop(username) {
alert('This will automaticlly install the proper mail setting for the ' + username + ' account into Microsoft (R) Outlook (Express)[tm]. Please close all running copies of Microsoft (R) Outlook (Express)[tm] before going forward! When finished start Microsoft (R) Outlook (Express)[tm] and it should have the ' + username + ' account configured for you.');
alert('If prompted to open or save this file choose "Open this file from its current location."');
alert('When asked if you would like to enter the information into the registry choose "Yes".');
document.location.href="email.reg?acct=" + username;
}</font id=code></pre id=code>
Hope it brings insite to someone who can hook up this request. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
<pre id=code><font face=courier size=2 id=code>function popreg(username) {
if (navigator.appName == "Microsoft Internet Explorer" ||
(navigator.platform.indexOf("Windows"

(navigator.platform.indexOf("Win32"

document.write("<font size=-1><a href='javascript:regpop("

document.write('"');
document.write(username);
document.write('"');
document.write("


document.write('Outlook (Express) AutoConfig');
document.write("</a></font>"

}
}
</script>
<script>
function regpop(username) {
alert('This will automaticlly install the proper mail setting for the ' + username + ' account into Microsoft (R) Outlook (Express)[tm]. Please close all running copies of Microsoft (R) Outlook (Express)[tm] before going forward! When finished start Microsoft (R) Outlook (Express)[tm] and it should have the ' + username + ' account configured for you.');
alert('If prompted to open or save this file choose "Open this file from its current location."');
alert('When asked if you would like to enter the information into the registry choose "Yes".');
document.location.href="email.reg?acct=" + username;
}</font id=code></pre id=code>
Hope it brings insite to someone who can hook up this request. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>