Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Office Auto Outlook
Message
From
29/08/2005 15:56:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Office Auto Outlook
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01044895
Message ID:
01044895
Views:
51
Hello all.
Doing this:
oOutlook 	= Createobject("Outlook.application")
oSafeItem	= Createobject("Redemption.SafeMailItem")
oNameSpace 	= oOutlook.GetNameSpace( "MAPI" )
oDrafts		= oNameSpace.GetDefaultFolder(16)
oInbox		= oNameSpace.GetDefaultFolder(6)
oMailS		= oOutlook.CreateItem( 0 )
oSafeItem.Item = oMailS
Is it possible to set the "From" property or override it
to someone other that what's defined in your own Outlook
account? I have looked but what I found is all readonly
properties.
Next
Reply
Map
View

Click here to load this message in the networking platform