Relative Content

Tag Archive for vbaemailoutlook

Use VBA to onsend an Outlook email but from the Original Sender, not my email address

Is it possible to programmatically forward or copy an email to a different address but make it come from the original sender, not my own Outlook address. This would be done as a macro in VBA Outlook (desktop). So if [email protected] sends a mail to me, I want it to forward to [email protected], as if [email protected] had sent it. Please see my attempts below. It goes into the outbox from the original sender, but once actually sent, it looks like it came from me.

VBA Outlook Object has been removed after changing Application_ItemSend

I’m writing Outllok macro that moves sent email to specyfic folders.
Sub is working fine and it is doing the job however after Sub I’m receiving error that “Operation can’t be done, because object has been removed”.
I think that the Outlook is trying to move email to Sent email folder but there is none.
But that is my quess – maybe You can help to remove this prompt?