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 Script to add and attachment to an email in outlook when the new email button is clicked
I need the below script to run when I create a new email in outlook. Currently it runs when I send an email but this isn’t what I want. The code I have is as follows:
VBA Script to add and attachment to an email in outlook when the new email button is clicked
I need the below script to run when I create a new email in outlook. Currently it runs when I send an email but this isn’t what I want. The code I have is as follows:
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?