PC Review


Reply
Thread Tools Rate Thread

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

 
 
bobdydd
Guest
Posts: n/a
 
      2nd May 2006
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:
(E-Mail Removed) 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

 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd May 2006
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" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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:
> (E-Mail Removed) 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
>

 
Reply With Quote
 
bobdydd
Guest
Posts: n/a
 
      2nd May 2006
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

 
Reply With Quote
 
=?Utf-8?B?TWFydmluIFAuIFdpbnRlcmJvdHRvbQ==?=
Guest
Posts: n/a
 
      2nd May 2006
why oh why is Bill so intent on hiding that "real" email address? Can you
even pick it as an inbox column in the newest outlook?

"bobdydd" wrote:

> 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
>
>

 
Reply With Quote
 
bobdydd
Guest
Posts: n/a
 
      2nd May 2006
Hmm.........Makes you wonder

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

Regards Bob

 
Reply With Quote
 
david epsom dot com dot au
Guest
Posts: n/a
 
      4th May 2006

"bobdydd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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:
> (E-Mail Removed) 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
>



 
Reply With Quote
 
david epsom dot com dot au
Guest
Posts: n/a
 
      5th May 2006
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Forwarding email address to look real Brian Tillman Microsoft Outlook Discussion 0 22nd Jan 2007 01:43 PM
Access 2000, How can I get the REAL email address? bobdydd Microsoft Access 6 5th May 2006 01:37 AM
Real email address in forums etc antioch Windows XP New Users 19 5th Feb 2006 11:15 AM
Why do you hide the real email address? =?Utf-8?B?Skh1dEJlZXI=?= Microsoft Outlook Discussion 3 8th Dec 2005 11:49 PM
DO NOT USE YOUR REAL EMAIL ADDRESS tim hunold Windows XP Internet Explorer 1 28th Dec 2003 05:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:11 PM.