Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#10

Re: Erstellen eines SMTP transport event sink in Delphi

  Alt 9. Feb 2007, 11:03
Deine TLB heisst: SMTPEventSink
Deine CoClass heisst: SMTPOnArrival
Also ist die ProgID: SMTPEventSink.SMTPOnArrival
Zitat:
Register the event sink
To register the event sink, use the Smtpreg.vbs file that is installed with the Exchange software development kit (SDK). 1. At a command prompt, locate the \Exchange SDK\SDK\Support\CDO\Scripts folder, and then type the following: cscript smtpreg.vbs /add 1 OnArrival SMTPDisclaimer ProgId "mail from=*@your-domain-here.com"

If this command succeeds, you receive a success message that is generated by the script.
2. To unregister this event, type the following: cscript smtpreg.vbs /remove 1 OnArrival SMTPDisclaimer
Ich schätze mal, der Name "SMTPDisclaimer" ist frei wählbar, um damit später die Registrierung wieder aufheben zu können.
Andreas
  Mit Zitat antworten Zitat