M
mike kim
It happens sporatically. When I save html email locally using the
below code, sometime the local html file doesn't have all content, it
only has partial email message. What can I do to ensure the entire
message is saved everytime?
I have Outlook 2000 on Win2000 workstation.
If objMsg.GetInspector.EditorType = olEditorHTML Then
strFile = "C:\Output\Email.HTM"
objMsg.SaveAs strFile, olHTML
Endif
below code, sometime the local html file doesn't have all content, it
only has partial email message. What can I do to ensure the entire
message is saved everytime?
I have Outlook 2000 on Win2000 workstation.
If objMsg.GetInspector.EditorType = olEditorHTML Then
strFile = "C:\Output\Email.HTM"
objMsg.SaveAs strFile, olHTML
Endif