Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Outlook Item
Message
From
08/05/2006 18:34:48
 
 
To
31/03/2006 11:08:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01109515
Message ID:
01120207
Views:
14
This message has been marked as the solution to the initial question of the thread.
Did I mention I was using 'Redemption'?
oSafeItem = CreateObject("Redemption.SafeMailItem") 
***** set subject & body *******
oSafeItem.save()
.
.
Then I have to do the following to get
the "safeItem" to "instantly" display
.
.
oMsg = oSafeItem.Item
oMsg.Attachments.Add((A1))   && maybe add an attachment
oMsg.save
oMsg.Display
Previous
Reply
Map
View

Click here to load this message in the networking platform