Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP Error:(0x8004020F).The event class for this subscription is in an invalid partition

ASP Error:(0x8004020F).The event class for this subscription is in an invalid partition

Scheduled Pinned Locked Moved Web Development
helpcomsysadminannouncementworkspace
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ramya G
    wrote on last edited by
    #1

    Hi all, I am getting the following error when i run my asp application to send an email using SMTP. "ASP Error:(0x8004020F).The event class for this subscription is in an invalid partition /ASP_EMAIL/mailreply.asp, line 28". The code sample is shown below. <% Dim MyMail Set MyMail = CreateObject("CDO.Message") MyMail.From = Request.Form("FromField") MyMail.To = Request.Form("ToField") MyMail.Cc = Request.Form("CcField") MyMail.Bcc = Request.Form("BccField") MyMail.Subject = Request.Form("SubjectField") MyMail.TextBody = Request.Form("BodyField") MyMail.Configuration.Fields.Item_("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 MyMail.Configuration.Fields.Item_("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "server name" MyMail.Configuration.Fields.Update 'Error occured in the below line MyMail.Send Set MyMail = Nothing %> The error occured in the line Mymail.send Try,if somebody could help me out in this. Thanks in advance. Ramya

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups