M
mikebabb
I have a C# program using an Outlook 2000 generated interop object in
which I'm prefilling the the MailItem's HTMLBody. The problem that I'm
having is that spaces between words get removed if a tag (such as font
or bold) is contained between the words. For example:
Dear </span><span style=\"font-family:'Tahoma';font-size:11pt;\">Ally
gets displayed as:
DearAlly
Has anyone else seen this or have a solution. Thanks.
which I'm prefilling the the MailItem's HTMLBody. The problem that I'm
having is that spaces between words get removed if a tag (such as font
or bold) is contained between the words. For example:
Dear </span><span style=\"font-family:'Tahoma';font-size:11pt;\">Ally
gets displayed as:
DearAlly
Has anyone else seen this or have a solution. Thanks.