Results 1 to 2 of 2

Thread: MAPI Error 32002 (Unspecidied Error)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Posts
    154
    VB6. I am using MAPI to send an Email along with a small text file. For some reason when I send an Email without the attachment it works fine. However when I send an attachment I get an unspecified error(32002). Anyone else run into this???


    '*****************
    A.MAPISession1.signon

    With A.MAPIMessages1
    .MsgIndex = -1
    .RecipDisplayName = "[email protected]
    .MsgSubject = "Subject"
    .MsgNoteText = "MessageText"
    .AttachmentName = "TEST.TXT"
    .AttachmentPathName = "C:\Windows\Temp\TEST.TXT"
    .SessionID = A.MAPISession1.SessionID
    .Send
    End With

    A.MAPISession1.SignOff

  2. #2
    Fanatic Member Stevie's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    565
    Just been searching through the site for a solution to my problem, an lo and behold someone else has the same problem, but nobody has answered.

    Anybody out there know what is wrong or how to fix this?
    VB6 sp5, SQL Server 2000, C#

    There are no stupid questions. Only stupid people.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width