G
George Hester
Am now getting this error using CDO in Windows 2000 SP4. It is error #2664
with description MAPI_W_PARTIAL_COMPLETION(40680) source is Collaboration
Data Objects. I have this in ThiOutlookSession class module in the Item_Add
event:
objCDO.Delete
If Err <> 0 Then
MsgBox "The error gets written here
End If
This is ONLY happening with one type of e-mail at the moment. It is a
Viagra Spam that has no links in it other than mailto links. Again I'll
repeat this is ONLY happening with ONE type of email as I described above.
MANY others I get get caught in this statement objCDO.Delete and there is no
issue.
Has anyone noticed this error lately. Does anyone know what it means?
Could you construct an e-mail message that would cause this error using the
above statement? Thanks.
with description MAPI_W_PARTIAL_COMPLETION(40680) source is Collaboration
Data Objects. I have this in ThiOutlookSession class module in the Item_Add
event:
objCDO.Delete
If Err <> 0 Then
MsgBox "The error gets written here
End If
This is ONLY happening with one type of e-mail at the moment. It is a
Viagra Spam that has no links in it other than mailto links. Again I'll
repeat this is ONLY happening with ONE type of email as I described above.
MANY others I get get caught in this statement objCDO.Delete and there is no
issue.
Has anyone noticed this error lately. Does anyone know what it means?
Could you construct an e-mail message that would cause this error using the
above statement? Thanks.