S
sharon zadok
i have XP professional and office 2003SP1
this method (OLE) works well but in some cases the OLE return nothing
even when
i select a recipient in most cases its retun an object .
sample:
the OLE opend i select recipient "sharon" i get a error 424 and then
'i do the same operation and its return object.
i never found any document about the this error.
the login session is allready initilized in all cases
Set objRecipients = cdoSession.AddressBook(, "SMS to list", , , ,
"SMS to", , , hwnd)
'if user canceled the selection from the
If Err.Number = -2147221229 Then address book window
GoTo Ex
End If
'here i get error: 424 Object required
If Err.Number <> 0 Then
MsgBox str(Err.Number) + vbTab + Err.Description
End If
If objRecipients.count = 0 Then
GoTo Ex
End If
this method (OLE) works well but in some cases the OLE return nothing
even when
i select a recipient in most cases its retun an object .
sample:
the OLE opend i select recipient "sharon" i get a error 424 and then
'i do the same operation and its return object.
i never found any document about the this error.
the login session is allready initilized in all cases
Set objRecipients = cdoSession.AddressBook(, "SMS to list", , , ,
"SMS to", , , hwnd)
'if user canceled the selection from the
If Err.Number = -2147221229 Then address book window
GoTo Ex
End If
'here i get error: 424 Object required
If Err.Number <> 0 Then
MsgBox str(Err.Number) + vbTab + Err.Description
End If
If objRecipients.count = 0 Then
GoTo Ex
End If