Hello,
How to change From then forward message? my code as below , please assist. thank you
Sub ChangeFormForward(Item As Outlook.MailItem)
Item.SentOnBehalfOfName = "test@test.com"
Item.Save
Set myForward = Item.Forward
myForward.Recipients.Add "alias@domain.com"
myForward.Send
End Sub
How to change From then forward message? my code as below , please assist. thank you
Sub ChangeFormForward(Item As Outlook.MailItem)
Item.SentOnBehalfOfName = "test@test.com"
Item.Save
Set myForward = Item.Forward
myForward.Recipients.Add "alias@domain.com"
myForward.Send
End Sub