L
lrbtav
I have code to convert rich text/text emails to HTML for my default
reply-to. Here is the code:
Function Item_Open()
TestText=Item.HTMLBODY
If TestText="" Then Item.HTMLbody=Replace
(Item.Body,vbCrlf," ")
End Function
When I try to import the form I get 'DisplayName is either missing or
has an incorrect value'. Why can't I import this form? Thanks.
reply-to. Here is the code:
Function Item_Open()
TestText=Item.HTMLBODY
If TestText="" Then Item.HTMLbody=Replace
(Item.Body,vbCrlf," ")
End Function
When I try to import the form I get 'DisplayName is either missing or
has an incorrect value'. Why can't I import this form? Thanks.