|
-
Oct 20th, 2000, 10:49 AM
#1
Thread Starter
New Member
Does any one know how to retrieve an email address from an outlook email? I am using this method to retrieve the email attachments, Sender name and subject but I can't figure out how to retrieve the senders email address.
Set olapp = CreateObject("Outlook.Application")
Set mnamespace = olapp.GetNamespace("MAPI")
Dim allmessages As Items
Set allmessages = mnamespace.GetDefaultFolder(olFolderInbox).Items
Any help would be appreciated. Thanks.
Mel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|