Dr. Bartolo
Member
- Outlook version
- Outlook 2016 32 bit
- Email Account
- POP3
I am not sure I understand that.
If I write this:
If Item.BodyFormat = olFormatPlain Then
b = lcase(Item.Body)
OldText = Replace(Item.body, "Text to Remove" & vbCrLf, "")
NewText = ""
Item.body = b
End If
which is the code currently not working as it should, where would I add b = Item.body?
If I write this:
If Item.BodyFormat = olFormatPlain Then
b = lcase(Item.Body)
OldText = Replace(Item.body, "Text to Remove" & vbCrLf, "")
NewText = ""
Item.body = b
End If
which is the code currently not working as it should, where would I add b = Item.body?