View Single Post
  #7  
Old July 14th 10, 03:51 AM
tannd tannd is offline
Junior Member
 
First recorded activity at Outlookbanter: Jul 2010
Posts: 1
Default

Hi Dmitry Streblechenko,

How can i get the sender address of message without current user's adresss ?


Quote:
Originally Posted by Dmitry Streblechenko View Post
That will give you the current user's address, but it has nothing to do with
the sender address of any particular message in your inbox.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Nagaraj" wrote in message
...
Thanks for your information. The problem is solved by the following line

sender = Application.Session.CurrentUser.Address


--
Nagaraj Tadipatri


"Ken Slovak - [MVP - Outlook]" wrote:

That is not necessarily true, none of the entries from my GAL that also
have
contacts show the SMTP address in the display name. To actually get the
SMTP
address see
http://www.outlookcode.com/d/code/ge...htm#redemption
and http://www.cdolive.com/cdo5.htm#EMailAddressOfSender for examples.


--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Ashutosh Jogdande" wrote in message
...
Hello Nagaraj,

You can get this by Using MAPI,
Or you can simply create one ContactItem and set Exchange address which
you are getting from mailItem.SenderEmailAddress
to "Email1Address" property of ContactItem, After saving this Outlook
will
resolve smtp address for you. Now you will have smtp address in
"Email1DisplayName" Propery of ContactItem.
And dont forget to delete this created ContactItem (from deleted Items
also).

Thanks
Ashutosh

"Nagaraj"
wrote in message
...
Hi,

I want to retrieve smtp address of sender in outlook 2003 plugin
development

I used
mailItem.SenderEmailAddress
but it is not giving any value

In 2007 I got the value by
mailItem.SendUsingAccount.SmtpAddress;

How to get the same value in outlook 2003?

Thanks

Nagaraj

--
Nagaraj Tadipatri



Ads