2016 Mar 08 7:19 AM
Helo Every One.
This is My Requirement
1.I am using Outlook to Send mails , I need to Change Sender Email Address as Default.
2. Attachment Need to SAVE in Sender Email Address, Sent Folder .
i am using
SET PROPERTY OF LR_MI 'Senderemailaddress' = 'xxx@xxx.com. but its wont work.
Please give me Suggestions
Regards
Suresh
2016 Mar 08 7:36 AM
Better ask on a Microsoft developer forum, as there are security restrictions in Outlook for this property preventing spoofing of emails and many other potential vulnerabilities. So you may be required in recent versions (> 2007) to temporarily change the default mail (File/Account Settings/Account Settings) Of course there may and will also be some setup in mail server to allow you to use (any?) pther mail address that the one of your accout.
Regards,
Raymond
2016 Mar 08 10:16 AM
Quick and easy solution. Don't use OLE with Outlook. Use the CL_BCS classes (well documented and many articles about it) instead, with the added advantages of running in background.