david
11-08-2002, 12:17 AM
I have coded a WSS Event Sink. It has been working perfectly for months. Now all of a sudden I get the following error when the code reaches the last line below. The error reported is:
"Run-time error '-2146644475 (800cce05)':
The requested body part was not found in this message."
I find nothing at all in Technet referring to this error.
Is there any remedy? I have reapplied Service Pack 2 - no difference.
I don't want to rebuild my entire Exchange server if I can help it.
--------------------------------------------------------
Private Sub IExStoreAsyncEvents_OnSave( _
ByVal pEventInfo As Exoledb.IExStoreEventInfo, _
ByVal bstrURLItem As String, _
ByVal lFlags As Long)
Dim Strm As ADODB.Stream
If Not lFlags And EVT_REPLICATED_ITEM Then
With New CDO.Message
.DataSource.Open bstrURLItem
Set Strm = .TextBodyPart.GetDecodedContentStream
"Run-time error '-2146644475 (800cce05)':
The requested body part was not found in this message."
I find nothing at all in Technet referring to this error.
Is there any remedy? I have reapplied Service Pack 2 - no difference.
I don't want to rebuild my entire Exchange server if I can help it.
--------------------------------------------------------
Private Sub IExStoreAsyncEvents_OnSave( _
ByVal pEventInfo As Exoledb.IExStoreEventInfo, _
ByVal bstrURLItem As String, _
ByVal lFlags As Long)
Dim Strm As ADODB.Stream
If Not lFlags And EVT_REPLICATED_ITEM Then
With New CDO.Message
.DataSource.Open bstrURLItem
Set Strm = .TextBodyPart.GetDecodedContentStream