Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email profile query
Message
From
22/09/2011 10:53:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Email profile query
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01524325
Message ID:
01524325
Views:
134
Hi
I am trying to use MAPI mail to send an email from an Outlook client on an Exchange system but have the email sent from another profile other than the one currently open (if one is open at all). I am trying to track down the properties that i need to set in a message object to achieve this. Can any one point me in the right direction?

I thought I had tracked it down to the SenderEmailAddress property (I am using the code below) but this errors straight off when trying to set the property to the indicated string, not even at the Send stage!
loNameSpace=loApplication.GetNameSpace("MAPI")
loOutBox=loNameSpace.GetDefaultFolder(4)

* Create message object
THIS.oMessage=loOutBox.Items.Add
WITH THIS.oMessage
	.Body=THIS.cBodyText
	.Subject=THIS.cSubject
	.SenderEmailAddress="myotherprofile@myco.com"
ENDWITH
Tks
Barry.
Next
Reply
Map
View

Click here to load this message in the networking platform