If you wanted to send mail then executing "mailto: blahblah" does 
the trick.

Regards

To:                     Multiple recipients of list delphi <[EMAIL PROTECTED]>
Send reply to:          [EMAIL PROTECTED]
From:                   "Alistair George" <[EMAIL PROTECTED]>
Subject:                [DUG]:  MS Outlook and Outlook Express
Date sent:              Fri, 17 Mar 2000 13:47:33 +1300

> My trusty old version of the DIL issue says:
> How can I call MS Outlook from Delphi 3.02?
> 
> Answer:
> 
> Use Project/Import Type Library, and import the Outlook type library.
> (Usually in the Microsoft Office\Office folder. The Outlook 98 beta2 typelib
> is called Msoutl85.olb.)
> 
> Start with some code like:
>   OutlookApp := CoApplication.Create;
>   MyNameSpace := OutlookApp.GetNamespace('MAPI');
>   MyFolders := MyNameSpace.Get_Folders;
>   n := MyFolders.Count;
> 
> Rather than do that, all I want to do is to activate the send/receive
> function in a Microsoft mail program, or preferrably any mail program Eudora
> and so on. Any suggestions on how to go about this.
> Tks+
> 
> ---------------------------------------------------------------------------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz



Rohit

======================================================================
CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
PH    (649) 489-2280 
FX    (649) 489-2290
email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
======================================================================

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to