473,395 Members | 1,527 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,395 software developers and data experts.

Access 2000, How can I get the REAL email address?

Hi Everbody

Access 2000, Windows XP, Outlook 2000,

When I open my database it is set to attach to my Outlook 2000 Inbox.

So far so good..... The attaching procedure works OK and I am able to
see my Outlook 2000 Inbox........Which I can view as a table, within my
Access 2000 database.

I want to be able to see the email address in the "FROM" field.

The problem with this is that very few people have their email address
viewable in the "FROM" field.............usually just a shortened
version of their personal name.............However the real email is
underneath and if you doubleclick on the "FROM" field in Outlook
2000...it is viewable.

The kind of thing I mean is something like this:
el***********@graceland.com might have something like "elvis" in the
"FROM" field when viewed in Access 2000.

So my question is how do I get to the "REAL EMAIL ADDRESS" in Access
2000

Regards To All

Bob

May 2 '06 #1
5 1976
The linked table method has major limitations, including the inability to show even all the reasonably important fields. While articles have been written on how to expand on this method's obvious features, I've never been able to duplicate the results. See http://www.outlookcode.com/d/database.htm#linkedtables .

In Outlook 2000, there is no property that returns the sender's email address. You can either use CDO 1.21 (or Redemption to avoid security prompts -- http://www.dimastr.com/redemption/) to get the From address or use Outlook to get the Reply To address. Sample code at http://www.outlookcode.com/d/code/getsenderaddy.htm

To get the SMTP address from an Exchange sender or recipient, use CDO or Redemption and the PR_EMAIL (&H39FE001E) MAPI property to obtain the SMTP address from the AddressEntry object. See http://www.outlookcode.com/d/code/ge...htm#redemption and http://www.cdolive.com/cdo5.htm#EMailAddressOfSender for examples.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"bobdydd" <re**************@yahoo.co.uk> wrote in message news:11*********************@y43g2000cwc.googlegro ups.com...
Hi Everbody

Access 2000, Windows XP, Outlook 2000,

When I open my database it is set to attach to my Outlook 2000 Inbox.

So far so good..... The attaching procedure works OK and I am able to
see my Outlook 2000 Inbox........Which I can view as a table, within my
Access 2000 database.

I want to be able to see the email address in the "FROM" field.

The problem with this is that very few people have their email address
viewable in the "FROM" field.............usually just a shortened
version of their personal name.............However the real email is
underneath and if you doubleclick on the "FROM" field in Outlook
2000...it is viewable.

The kind of thing I mean is something like this:
el***********@graceland.com might have something like "elvis" in the
"FROM" field when viewed in Access 2000.

So my question is how do I get to the "REAL EMAIL ADDRESS" in Access
2000

Regards To All

Bob

May 2 '06 #2
Hi Sue

Wow! That was quick reply.....What I am thinking of is to trap the
error for no "@" sign and tell the enduser to go to Outlook and do the
doubleclick to get the proper email address manually...........Not
something I am going to be proud of though

Thanks again

Bob

May 2 '06 #3
Hmm.........Makes you wonder

My guess he is trying to make it more difficult for the spammers

Regards Bob

May 2 '06 #4

"bobdydd" <re**************@yahoo.co.uk> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
Hi Everbody

Access 2000, Windows XP, Outlook 2000,

When I open my database it is set to attach to my Outlook 2000 Inbox.

So far so good..... The attaching procedure works OK and I am able to
see my Outlook 2000 Inbox........Which I can view as a table, within my
Access 2000 database.

I want to be able to see the email address in the "FROM" field.

The problem with this is that very few people have their email address
viewable in the "FROM" field.............usually just a shortened
version of their personal name.............However the real email is
underneath and if you doubleclick on the "FROM" field in Outlook
2000...it is viewable.

The kind of thing I mean is something like this:
el***********@graceland.com might have something like "elvis" in the
"FROM" field when viewed in Access 2000.

So my question is how do I get to the "REAL EMAIL ADDRESS" in Access
2000

Regards To All

Bob

May 4 '06 #5
Note that if you are on a windows network with Active Directory
and Exchange, you can probably get the email addresses from
Active Directory.

(david)

"bobdydd" <re**************@yahoo.co.uk> wrote in message
news:11**********************@i39g2000cwa.googlegr oups.com...
Hi Sue

Wow! That was quick reply.....What I am thinking of is to trap the
error for no "@" sign and tell the enduser to go to Outlook and do the
doubleclick to get the proper email address manually...........Not
something I am going to be proud of though

Thanks again

Bob

May 5 '06 #6

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

Similar topics

27
by: Chuck Grimsby | last post by:
(Repost, due to lack of submissions...) The Microsoft Access Product Group (the people who build Microsoft Access) want your help! One of the main things we're working on for the near future...
2
by: Dannic | last post by:
Here is the application. Its a simple application really. I have a db created in Access 2000 which opens to a switchboard created by the switchboard manager. Now the problem. This only works...
1
by: edo | last post by:
Following is a summary of articles spanning a 7 day period, beginning at 12 Dec 2003 05:22:35 GMT and ending at 19 Dec 2003 04:09:06 GMT. Notes ===== - A line in the body of a post is...
2
by: edo | last post by:
100 Day Analysis Following is a summary of articles spanning a 100 day period, beginning at 10 Sep 2003 06:41:30 GMT and ending at 19 Dec 2003 04:09:06 GMT. Notes ===== - A line in the...
4
by: Tero Partanen | last post by:
Hello! I'm writing about a rather peculiar problem I'm having with Access2000. I have a table in which I have created one hyperlink-type field. I have given the field a default value which is...
4
by: PitchBlackSheep | last post by:
I have an office of Real Estate agents who use our (single) Access 2000 database to keep track of clients. Our agents email our clients everyday using Outlook 2000. I'm trying to find a way to...
2
by: MyPersonalSpamBot | last post by:
Hey group, I've been working as an access developer as part of my college co-op. I am interested in learning more about Access, and I repeatedly see in this newsgroup, "Read Access XXX...
17
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a...
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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.