473,473 Members | 2,319 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Exchange Server Contact list into VB.NET

Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com
Nov 22 '05 #1
8 7362
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com

Nov 22 '05 #2
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com

Nov 22 '05 #3
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com

Nov 22 '05 #4
personal address book... im thinking webdev is the best way to do this, but
i dont know how to implement it because ive never done it before...

"Palo Mraz" <pa**@x-vbinfozine.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server and into a VB.net application? or even a public contact list? Thanks! This is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com


Nov 22 '05 #5
personal address book... im thinking webdev is the best way to do this, but
i dont know how to implement it because ive never done it before...

"Palo Mraz" <pa**@x-vbinfozine.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server and into a VB.net application? or even a public contact list? Thanks! This is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com


Nov 22 '05 #6
personal address book... im thinking webdev is the best way to do this, but
i dont know how to implement it because ive never done it before...

"Palo Mraz" <pa**@x-vbinfozine.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Brian,
Could you be please more specific?
Do you mean Outlook contacts, or Exchange GAL (Global Address List) or PAB
(Personal Address Book) or something else?

Palo

"Brian Henry" <bh****@reschini.com> wrote in message
news:#Q**************@tk2msftngp13.phx.gbl...
Does anyone know of a way to pull my contact lists out of exchange server and into a VB.net application? or even a public contact list? Thanks! This is something I need really bad, any help would be nice.

--
================================
Brian Henry
The Reschini Group
HTTP://www.reschini.com


Nov 22 '05 #7
On Mon, 28 Jul 2003 16:48:58 +0200, "Palo Mraz"
<pa**@x-vbinfozine.com> wrote:
CDO is the simplest way to go, IMHO.
I've attached a simple solution (VB winforms application) that
demonstrates the usage of the CDO library (COM interop).


You wouldn't happen to have the code for VS.NET 2000 instead? I do not
have a version of VS that will let me open your code, unfortunately.

--
Jan Eliasen, representing himself and not the company he works for.
Nov 22 '05 #8
On Mon, 28 Jul 2003 16:48:58 +0200, "Palo Mraz"
<pa**@x-vbinfozine.com> wrote:
CDO is the simplest way to go, IMHO.
I've attached a simple solution (VB winforms application) that
demonstrates the usage of the CDO library (COM interop).


You wouldn't happen to have the code for VS.NET 2000 instead? I do not
have a version of VS that will let me open your code, unfortunately.

--
Jan Eliasen, representing himself and not the company he works for.
Nov 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Brian Henry | last post by:
Does anyone know of a way to pull my contact lists out of exchange server and into a VB.net application? or even a public contact list? Thanks! This is something I need really bad, any help would...
0
by: Nitec Dev | last post by:
Our setup: server1 ASP database running on IIS5, Outlook 2000 and SQL 2000 on Windows 2000. Server2 runs Windows 2000 with Exchange 2000 using CDO 1.2 MAPI Sessions. Clients use IE5/6 and had...
0
by: Manuel Krummenacher | last post by:
Hello! I'm trying to develop an application to manage email-forwardings on an Exchange 2000 Server. Forwardings to external Addresses are requiring a contact with an Exchange account. I can...
1
by: Kim Nørby Andersen | last post by:
I'm in a situation, where i'm supposed to develop a windows service, connecting to an external source, and insert new contact persons to an Exchange public folder. Everything is going well, until I...
2
by: Dan Bass | last post by:
Environment C#, Asp.Net 2.0, Windows 2000 Server Problem I'm trying to enumerate all the names in the global contacts on the exchange server using CDO / ADO / (whatever I can). In writing an...
0
by: George Durzi | last post by:
Hey all, I finally found the necessary resources in the Exchange 2003 SDK to "pull" Contacts out of Exchange and display them on a WebForm. I have been trying to do this forever, and couldn't...
0
by: Brian Henry | last post by:
I want to pull my contact list (personal one) from the exchange server into a local text file. I know how to write stuff into a text file, just getting it from an exchange server is my problem....
62
by: Bryan Dickerson | last post by:
Is there a way, with VS 2005 and FX 2.0, to read a given inbox? I need to write a 'monitor' program and my boss is convinced, as is always his first gut reaction, that we need to go buy a...
1
by: Gerhard | last post by:
How can I create a new contact in exchange server from a vb.net web application?
0
by: NissanSE98 | last post by:
Hello, I'm building an asp.net application that will get contact information from an Access Database that is linked to microsoft exchange or outlook. I go to link tables in Access and choose...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.