H
Harold Little
The Contacts folder is currently selected with an ContactItem selected
within that view.
Using code in a outlook module as below.
Set oObj = ActiveExplorer.Selection(1)
If typename(oObj) = "ContactItem" then
sName = oObj
End if
Prior to Outlook 2k7, If the Firstname and Lastname fields contain data the
above code would return the Fullname now I get Lastname, Firstname ?
What am I missing here.
within that view.
Using code in a outlook module as below.
Set oObj = ActiveExplorer.Selection(1)
If typename(oObj) = "ContactItem" then
sName = oObj
End if
Prior to Outlook 2k7, If the Firstname and Lastname fields contain data the
above code would return the Fullname now I get Lastname, Firstname ?
What am I missing here.