VBA Lotus Notes : Issue with Sender in Sent Item inbox

Morusa

New Member
Joined
Jun 2, 2016
Messages
3
Hi All

Good day.

I have created a codes to allow sending email from Lotus Notes generic mailbox/shared mailbox through Excel.

The email will also appear in the Sent Item box.

However, when my colleague open the sent item , it showing their name as sender ("Sent By")

Your advise and tips to resolve this is much appreciated.

Thank you.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi All,

When i run the macro, the email will appear in "Sent" box and the email shown my name as the sender ("Sent by:")

However, when other user access the generic mailbox, and open the same email in "Sent" box, the email showing sender as their name ("Sent by:") instead of my name.

Need help to fix this issue.

Many thanks.
 
Upvote 0
Post your code or enough of it to reproduce the issue.

Have you set the Principal and From fields to your email address?
Code:
MailDoc.ReplaceItemValue "Principal", "Your Name < your.email@address.com><youremail.address@domain.com>"  'delete space after <
MailDoc.ReplaceItemValue "From", "Your Name < your.email@address.com>        'delete space after <<youremail.address@domain.com>
</youremail.address@domain.com></youremail.address@domain.com>
 
Upvote 0
Hi John,

Thank you very much.

i added MailDoc.FROM = " <email address>" and this fixed the issue.
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,588
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top