473,394 Members | 1,481 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Is it possible to query global outlook address book?

Hi,

Am wanting to send email with php and need to access the global
outlook address book. Are there any examples/tutorials on how to do
this?

M
Sep 15 '08 #1
10 6869
Mike Miller wrote:
Hi,

Am wanting to send email with php and need to access the global
outlook address book. Are there any examples/tutorials on how to do
this?

M
On the client's machine? Not a chance - PHP is server side.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Sep 15 '08 #2
On Sep 15, 11:16*am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
Hi,
Am wanting to send email with php and need to access the global
outlook address book. *Are there any examples/tutorials on how to do
this?
M

On the client's machine? *Not a chance - PHP is server side.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Here is the scneario:

Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book

M
Sep 15 '08 #3
Mike Miller wrote:
When they click on the to list, it will confirm the address is a valid
organization email address...
OK. Where do you plan to get the list of valid addresses from?

--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

Proudly running Debian Linux with 2.6.26-1-amd64 kernel, KDE 3.5.9, and PHP
5.2.6-3 generating this signature.
Uptime: 00:40:30 up 25 days, 12:36, 4 users, load average: 0.23, 0.19,
0.24

Sep 15 '08 #4
Mike Miller wrote:
>
>When they click on the to list, it will confirm the address is a
valid organization email address...

OK. Where do you plan to get the list of valid addresses from?
Sounds like the address book is kept on the server.
Sep 15 '08 #5
Mike Miller wrote:
On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Mike Miller wrote:
>>Hi,
Am wanting to send email with php and need to access the global
outlook address book. Are there any examples/tutorials on how to do
this?
M
On the client's machine? Not a chance - PHP is server side.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

Here is the scneario:

Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book

M
Which still doesn't answer the implied question. Where is the address
list? On the user's machine or the server?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Sep 15 '08 #6
Rob
On Sep 16, 12:47*am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
Hi,
Am wanting to send email with php and need to access the global
outlook address book. *Are there any examples/tutorials on how to do
this?
M
On the client's machine? *Not a chance - PHP is server side.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Here is the scneario:
Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book
M

Which still doesn't answer the implied question. *Where is the address
list? *On the user's machine or the server?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
Not sure how reliable it is with MS Exchange (assuming that's what
your company's using), but you could use SMTP to check the mailbox
exists.

This should do the trick :-
http://www.tellinya.com/read/2007/08/22/59.html

Rob.
Sep 16 '08 #7
Rob wrote:
On Sep 16, 12:47 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Mike Miller wrote:
>>On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
Hi,
Am wanting to send email with php and need to access the global
outlook address book. Are there any examples/tutorials on how to do
this?
M
On the client's machine? Not a chance - PHP is server side.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Here is the scneario:
Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book
M
Which still doesn't answer the implied question. Where is the address
list? On the user's machine or the server?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -

Not sure how reliable it is with MS Exchange (assuming that's what
your company's using), but you could use SMTP to check the mailbox
exists.

This should do the trick :-
http://www.tellinya.com/read/2007/08/22/59.html

Rob.
Not only is this a spam site, checking to see if a mailbox exists with
SMTP is 100% UNreliable.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Sep 16 '08 #8
On Sep 16, 4:18*am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Rob wrote:
On Sep 16, 12:47 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
Hi,
Am wanting to send email with php and need to access the global
outlook address book. *Are there any examples/tutorials on how todo
this?
M
On the client's machine? *Not a chance - PHP is server side.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Here is the scneario:
Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book
M
Which still doesn't answer the implied question. *Where is the address
list? *On the user's machine or the server?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Not sure how reliable it is with MS Exchange (assuming that's what
your company's using), but you could use SMTP to check the mailbox
exists.
This should do the trick :-
http://www.tellinya.com/read/2007/08/22/59.html
Rob.

Not only is this a spam site, checking to see if a mailbox exists with
SMTP is 100% UNreliable.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
I think that an option is to query the ldap server...
Sep 16 '08 #9
Mike Miller wrote:
On Sep 16, 4:18 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Rob wrote:
>>On Sep 16, 12:47 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Mike Miller wrote:
On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>Mike Miller wrote:
>>Hi,
>>Am wanting to send email with php and need to access the global
>>outlook address book. Are there any examples/tutorials on how to do
>>this?
>>M
>On the client's machine? Not a chance - PHP is server side.
>--
>==================
>Remove the "x" from my email address
>Jerry Stuckle
>JDS Computer Training Corp.
>jstuck...@attglobal.net
>==================
Here is the scneario:
Application needs to send email to someone within the organization.
When they click on the to list, it will confirm the address is a valid
organization email address...Similar functionality to how Microsoft
OWA provides acess to lookup reciepients in Global Address book
M
Which still doesn't answer the implied question. Where is the address
list? On the user's machine or the server?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Not sure how reliable it is with MS Exchange (assuming that's what
your company's using), but you could use SMTP to check the mailbox
exists.
This should do the trick :-
http://www.tellinya.com/read/2007/08/22/59.html
Rob.
Not only is this a spam site, checking to see if a mailbox exists with
SMTP is 100% UNreliable.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -

I think that an option is to query the ldap server...
If you're running a Windows-based webserver and can access the ldap
server, you should be able to do it. You will need a COM object to
access the server; I don't know of one offhand, but have never had to
try it. Check the Microsoft developer's website - if there is one,
that's where it will be.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Sep 17 '08 #10

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:ga**********@registered.motzarella.org...
Mike Miller wrote:
>On Sep 16, 4:18 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>>Rob wrote:
On Sep 16, 12:47 am, Jerry Stuckle <jstuck...@attglobal.net>
wrote:
Mike Miller wrote:
>On Sep 15, 11:16 am, Jerry Stuckle <jstuck...@attglobal.net>
>wrote:
>>Mike Miller wrote:
>>>Hi,
>>>Am wanting to send email with php and need to access the
>>>global
>>>outlook address book. Are there any examples/tutorials on
>>>how to do
>>>this?
>>>M
>>On the client's machine? Not a chance - PHP is server side.
>>--
>>==================
>>Remove the "x" from my email address
>>Jerry Stuckle
>>JDS Computer Training Corp.
>>jstuck...@attglobal.net
>>==================
>Here is the scneario:
>Application needs to send email to someone within the
>organization.
>When they click on the to list, it will confirm the address is
>a valid
>organization email address...Similar functionality to how
>Microsoft
>OWA provides acess to lookup reciepients in Global Address book
>M
Which still doesn't answer the implied question. Where is the
address
list? On the user's machine or the server?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
Not sure how reliable it is with MS Exchange (assuming that's
what
your company's using), but you could use SMTP to check the
mailbox
exists.
This should do the trick :-
http://www.tellinya.com/read/2007/08/22/59.html
Rob.
Not only is this a spam site, checking to see if a mailbox exists
with
SMTP is 100% UNreliable.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -

I think that an option is to query the ldap server...

If you're running a Windows-based webserver and can access the ldap
server, you should be able to do it. You will need a COM object to
access the server; I don't know of one offhand, but have never had
to try it. Check the Microsoft developer's website - if there is
one, that's where it will be.

The Outlook GLOBAL address book is on a server (obviously..., its a
GLOBAL adress book.... not?),
it can be accessed via LDAP,
you dont want or need a COM object,
LDAP functions are available for PHP: http://nl3.php.net/ldap
Richard.
Sep 17 '08 #11

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

Similar topics

1
by: Lauren Quantrell | last post by:
I know if I was using an Access MDB I could link to MS Outlook folders and the addressbook. But I'm using an Access Project (ADP) and want to figure out a way to link to the Outlook addressbook...
2
by: Peter | last post by:
Does anyone have an example of how to access Global Address Book using Outlook automation and c#, preferably late binding, but any example will be appreciated. Thank You Peter
1
by: Mike | last post by:
I'm creating an asp.net app and i would like to get the logon user that is accessing my web app, and is it possible to connect to the global address book of outlook to get their email address?...
4
by: John Rugo | last post by:
Hi All, Does anyone have any ideas as to how to get an address, or two, from the Windows Global Address Book? I have been trying to figure this out for awhile and have run into a brick wall. I...
1
by: Rohan | last post by:
Hi There, I want o access address book of OUTLOOK EXPRESS on Web Clients PC so that he can select addresses from his address book & copy them to our database. Does Outlook Express support an...
1
by: charliej2001 | last post by:
Hi all My access database has import/export capabiltiy of contact details between outlook. The database is getting big now (1000+ contacts) and so are the outlook address books that have the...
2
by: hotelinfoline | last post by:
I want to get outlook express (not microsoft outlook express) address book address's in visual basic application. Please tell how I can get.
4
by: Alexander Szigetvary | last post by:
Hi NG! Is there a way to open the Outlook address book dialog (as in Outlook) using C#? I am using Outlook 2003 (MS Outlook 11.0 Object Library). In Outlook 2007 it can be done with...
2
by: pythonnewb | last post by:
I am fairly new to programming but have some very basic Java background. I am just learning python and tried to make a module that would allow me to create a file containing an address book. I was...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.