ill explain again (unless i didn't undrstood your answer), i want to design
on the form a butten and field, by clicking on the butten ill see the name of
the own mail box.
"Sue Mosher [MVP-Outlook]" wrote:
You can return the user's name with the expression
Application.Session.CurrentUser.Name.
I don't know what you mean by "show me new field." Any new field would have
to be designed into the form, not created on the fly.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"הוספת חתימה בטופס אישי" wrote:
Hi,
I would like to add to my form a butten so if i will click on it, that will
show me new field with the name of the writer of the message.
Ran