Thema: Delphi Outlook - Ansteuerung

Einzelnen Beitrag anzeigen

shmia

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

Re: Outlook - Ansteuerung

  Alt 23. Apr 2008, 17:46
Es fehlt Logon und Logoff.
Delphi-Quellcode:
lNamespace := lOutlook.getnamespace('MAPI');
lNamespace.Logon(EmptyParam, EmptyParam, False, True); // <==
...
lItem.Save;
lNamespace.Logoff;
Andreas
  Mit Zitat antworten Zitat