The GetProperty method retrieves the value of a specified property.
Schedule and all Item objects
objContact.GetProperty (Arg1)
Variant
The GetProperty method is not supported for table or multivalued properties. From Visual Basic version 3.0 or earlier, this method also provides quicker data access than the GetProperties method. For example:
Dim x As Variant
x = ObjContact.GetPropety ("FirstName")
Debug.Print x