Hello !

I want current user of the outlook.

I have written this code...
Code:
 If myItem.CC = SNamesp.CurrentUser.Address Then
myitem is any item from inbox.
SNamesp is namespace.

The code is working in normal outlook environment.
But in Exchange environment it gives SNamesp.CurrentUser.Address as /admintr/excnah/mhj......../........ .

I know .address gives this sheet only in exchange.
But i am confused what to do?