Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook via COM Server
Message
 
To
22/12/2000 09:55:35
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00456244
Message ID:
00456302
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform