User Profile

Collapse

Profile Sidebar

Collapse
ANNST
ANNST
Last Activity: Sep 9 '07, 08:51 AM
Joined: Aug 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ANNST
    replied to VB and MAPI
    I am using VB6 and Windows XP. I sort of think it may be something to do with my default mail options in Windows... ??? The code I am using is straight out of the VB6 Help:

    'establish a mapi session
    With mapSession
    .DownLoadMail = False
    .LogonUI = True
    If .SessionID = 0 Then .SignOn
    mapMessage.Sess ionID = .SessionID
    End With

    'compose &...
    See more | Go to post

    Leave a comment:


  • ANNST
    started a topic VB and MAPI

    VB and MAPI

    Could anyone suggest a reason that my VB code to send an email invokes Outlook Express correctly the first time through, but thereafter either sends the emails to Outlook instead or gives the error 32002. The emails do have an attachment; I know about msgtext needing to be a non-zero length string in this case.
    See more | Go to post
No activity results to display
Show More
Working...