Announcement

Collapse
No announcement yet.

GetItemFromID und Exchange

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • GetItemFromID und Exchange

    Hallo Herr Kosch,

    ich habe folgendes Problem:
    Wenn ich auf eine E-Mail zugreifen will
    mit GetItemFromID(MailID,StoreID)
    funktioniert das nur wenn es kein Exchange Postfach ist.

    <PRE>
    o_Outlook := CoApplication_.Create;
    o_NameSpace := o_outlook.GetNamespace('MAPI');
    o_NameSpace.Logon('','',TRUE,FALSE);
    o_Mail := (o_NameSpace.GetItemFromID(MailEntryID, o_StoreID) as _MailItem);
    o_Mail.Display(Wait);
    </PRE>

    Stelle ich bei OL200 auf ein lokales PST File um geht alles ! ??

    Gruß Mike
Working...
X