Results 1 to 3 of 3

Thread: MAPI error

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    8

    Post

    I have this code which is suppose to send an email when a certain event happens. But It returns me the email with this error:
    "No transport provider was available for delivery to this recipient."

    Any help would be appreciated.

    Thanks,

    CODE:
    MAPISession1.SignOn
    MAPIMessages1.SessionID = MAPISession1.SessionID
    MAPIMessages1.Compose
    MAPIMessages1.MsgSubject = "ABC
    MAPIMessages1.RecipAddress = "[email protected]"
    MAPIMessages1.RecipDisplayName = MAPIMessages1.RecipAddress
    MAPIMessages1.Send False
    MAPISession1.SignOff

  2. #2
    New Member
    Join Date
    Jan 2000
    Location
    Stellenbosch, South Africa
    Posts
    12

    Post

    Hi,
    I've got exactly the same problem, using Lotus Notes as Mail service.
    Please copy me on any solutions to this problem!

  3. #3
    Member
    Join Date
    May 1999
    Location
    St. Louis, MO, USA
    Posts
    54

    Post

    I have also got the same message and the only way I have found to get rid of it is to leave the recipAddress balnk and put the recipAddress in the RecipDisplayName.

    Have no Idea Why

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