M
Mo
Hi out there,
I need some help on this one:
Does Application.GetAddress only return 255 characters?
This is the code - try it:
Application.GetAddress("", "<PR_COMPANY_NAME>" & vbCr & "<PR_GIVEN_NAME>
<PR_SURNAME>" & vbCr & "<PR_STREET_ADDRESS>" & vbCr & "<PR_POSTAL_CODE>" & "
" & "<PR_LOCALITY>" & "##" & "Tel " & "<PR_OFFICE_TELEPHONE_NUMBER>" & vbCr
& "Fax " & "<PR_BUSINESS_FAX_NUMBER>" & vbCr & "Mobil " &
"<PR_CELLULAR_TELEPHONE_NUMBER>" & vbCr & "<PR_EMAIL_ADDRESS>" & "#¤",
False, 1, 1)
The last parameter(=1) tells to show the "To:"-box. I guess, because U want
to add more than 1 contact . The downside is - I can only get 255
characters in return :-(.
OR is there another way? The description of the function says nothing of the
data type it returns.
Thanks,
Peeter
I need some help on this one:
Does Application.GetAddress only return 255 characters?
This is the code - try it:
Application.GetAddress("", "<PR_COMPANY_NAME>" & vbCr & "<PR_GIVEN_NAME>
<PR_SURNAME>" & vbCr & "<PR_STREET_ADDRESS>" & vbCr & "<PR_POSTAL_CODE>" & "
" & "<PR_LOCALITY>" & "##" & "Tel " & "<PR_OFFICE_TELEPHONE_NUMBER>" & vbCr
& "Fax " & "<PR_BUSINESS_FAX_NUMBER>" & vbCr & "Mobil " &
"<PR_CELLULAR_TELEPHONE_NUMBER>" & vbCr & "<PR_EMAIL_ADDRESS>" & "#¤",
False, 1, 1)
The last parameter(=1) tells to show the "To:"-box. I guess, because U want
to add more than 1 contact . The downside is - I can only get 255
characters in return :-(.
OR is there another way? The description of the function says nothing of the
data type it returns.
Thanks,
Peeter