AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

email-Programm im Hintergrund

Ein Thema von Hansa · begonnen am 2. Mär 2003 · letzter Beitrag vom 20. Aug 2009
 
Coly

Registriert seit: 22. Nov 2003
7 Beiträge
 
#15

Re: email-Programm im Hintergrund

  Alt 20. Mai 2005, 11:50
Hi,

- oNS:=OutApp.GetNamespace; durch oNS:=OutApp.GetNamespace('MAPI'); ersetzen ...
- oNS.Free; Löschen ist fehl am Platz
- ckRunningOrNew schau mal in deine OleServer.pas nach dem Type TConnectKind
bei Delphi 7 schauts so aus :

Delphi-Quellcode:
type
  TVariantArray = Array of OleVariant;
  TOleServer = class;
  TConnectKind = (ckRunningOrNew, // Attach to a running or create a new instance of the server
                   ckNewInstance, // Create a new instance of the server
                   ckRunningInstance, // Attach to a running instance of the server
                   ckRemote, // Bind to a remote instance of the server
                   ckAttachToInterface); // Don't bind to server, user will provide interface via 'CpnnectTo'
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:51 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz