Hi everyone,
I am trying to set our company email's subject each time we send an email. I am using this VBA code:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
If (Left(Trim(Item.Subject), 11)) <> "Company name " Then
Item.Subject = "Company name " +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.