This is for a POP or IMAP account, right? There is no environment variable
with that information. The closest you'll come is %username% which returns
the user's Windows login name.
The possible solution would be to use a Windows login script (not my area of
expertise) to preprocess the .prf file, performing a lookup to AD to get the
user's first and last name and writing those to the local .prf file's
DisplayName value. Then you'd run the .prf (or set the ImportPRF registry
value to make Outlook import it at next run).

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Can anyone tell me what VARIABLE I can use for the following section found
> in
[quoted text clipped - 10 lines]
>
> I want the variable to complete with the users First and Last name.
Derrick - 21 Dec 2004 19:27 GMT
Excellent! Thank you. I'm not much for writing scripts either, maybe I can
find someone to assist. Thank you again!
> This is for a POP or IMAP account, right? There is no environment variable
> with that information. The closest you'll come is %username% which returns
[quoted text clipped - 20 lines]
> >
> > I want the variable to complete with the users First and Last name.
Sue Mosher [MVP-Outlook] - 21 Dec 2004 19:47 GMT
Let me know if you do!

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Excellent! Thank you. I'm not much for writing scripts either, maybe I
> can
[quoted text clipped - 13 lines]
>> DisplayName value. Then you'd run the .prf (or set the ImportPRF registry
>> value to make Outlook import it at next run).
>> > Can anyone tell me what VARIABLE I can use for the following section
>> > found
[quoted text clipped - 11 lines]
>> >
>> > I want the variable to complete with the users First and Last name.