Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Outlook - Sender Email Address and Save copy

former_member198834
Participant
0 Kudos
368

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

2 REPLIES 2

RaymondGiuseppi
Active Contributor
0 Kudos
253

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

matt
Active Contributor
0 Kudos
253

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.