OL2000 Addressproperties. PR_COURTESY_TITLE doesn't return value 
Author Message
 OL2000 Addressproperties. PR_COURTESY_TITLE doesn't return value

Hi,

In a form I want to get the value of  PR_COURTESY_TITLE with the GetAddress
method. When I try to retrieve it I get a empty string value. I use the
right addressbook, the value in the field PR_COURTESY_TITLE is filled but it
doesn't work.

I use the following codesnippet to test:
'*******************************
MyAddressProperties =
"<PR_GIVEN_NAME>#<PR_SURNAME>#<PR_OFFICE_TELEPHONE_NUMBER>#<PR_EMAIL_ADDRESS

Quote:
>#<PR_COURTESY_TITLE>"

valueArray() =
Split(Application.GetAddress(AddressProperties:=MyAddressProperties, _
                                            UseAutoText:=False, _
                                            DisplaySelectDialog:=1), "#")
If C_DEBUG Then
    For i = 0 To UBound(valueArray)
        MsgBox "Value is: [" & valueArray(i) & "]"
    Next i
End If
'*******************************

Maybe someone has a solution?

Thanks in advance,

Marcel Kollenaar
Institute for Curriculum Development
The Netherlands



Mon, 28 Feb 2005 22:25:05 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. FUNCTION doesn't return parameter value

2. parameter doesn't return value to ASP or VB

3. Field.value doesn't show value in control

4. doesn't recognize Null value from a field value

5. Object doesn't support this property or method : 'DTSGlobalVariables(...).Value.Open

6. Function doesn't return an array in vb (Script) in Outlook

7. WebRequest doesn't always return all of the data

8. ASP Returning a DIB Image (I think) from SQL , Netscape doesn't display it

9. Why doesn't Mouse Button 2 return a List Index

10. Why doesn't Mouse 2 return list index

11. ASP Returning a DIB Image (I think) from SQL , Netscape doesn't display it

12. ActiveX call (VB to Matlab) executed but doesn't return...sometimes

 

 
Powered by phpBB® Forum Software