Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook via COM Server
Message
 
À
22/12/2000 09:55:35
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00456244
Message ID:
00456302
Vues:
32
Hi John,

No, not via a dll... just testing with a simple .exe COM server.
Basically just trying this
oOutlook   = createobject( "outlook.application" )
oMailItem  = oOutlook.CreateItem( olMailItem )

With oMailItem
	.To	 = "dtrapp@erols.com"  && myself
	.Subject = "Subject of e-mail"
	.Body	 = "Testing body of message..."
	.Send()
EndWith
Nothing complex, but it hangs while trying to create the outlook object reference.


George, i'll pass on hello to Steve
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform