Outlook automation problems

creating a macro in outlook 2007, and get the following 2 problems:

1.
What i do is:
Hit reply on an item in my inbox.
Write the reply message, and instead of hitting "send", i run my macro.
In the macro, i need some info about the mail that i am replying to. (more specifically, i want to save any documents that was attached to the mail.) How can i get a handle to the mail i replied to?

2.
Been trying to get the current windows users FULL name through outlook VBA for use in a automatic signature. Found a way to get the username:

s = Environ$("Username")
Getting the full name doesn't seem to be as easy. All posts i read refer to the system.directoryservices.dll. When i try to add a reference to it, it just sais "Cannot add a reference to the specified file".

Here's the post i read:
http://forums.microsoft.com/MSDN/Sho...02135&SiteID=1

Can anyone help me with one of these issues?
[1228 byte] By [JustinCase] at [2008-1-10]
# 1

JustinCase,

I am moving the thread from Visual Basic General since the question is related on VBA. There are more exports on Visual Basic for Applications development and I believe you can get the satisfying answers in this forum.

Thanks again for your question.

BrunoYu-MSFT at 2007-10-3 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...