| View previous topic :: View next topic |
| Author |
Message |
Janene Price Guest
|
Posted: Fri May 20, 2005 6:49 pm Post subject: Emailing issue |
|
|
I am attempting to email from inside a delphi program. I can do the
emailing no problem. I am allowing the user to type in their email
message in a TRichEdit component and allowing them to use tabs. My
problem is that users are using Lotus Notes to view the emails and I
cannot get tabbed information in multiple lines to line up. This
problem only exist when the user is viewing the sent email in Lotus Notes.
Any suggestions on how to get this to line up?
Thanks,
Janene Price
|
|
| Back to top |
|
 |
John McTaggart Guest
|
Posted: Fri May 20, 2005 7:25 pm Post subject: Re: Emailing issue |
|
|
| Quote: | I am attempting to email from inside a delphi program. I can do the
emailing no problem. I am allowing the user to type in their email
message in a TRichEdit component and allowing them to use tabs. My
problem is that users are using Lotus Notes to view the emails and I
cannot get tabbed information in multiple lines to line up. This
problem only exist when the user is viewing the sent email in Lotus Notes.
Any suggestions on how to get this to line up?
|
Sounds lke a font issue to me..have them change to a monospaced
font like Courier and see if it lines up..
I'm also guessing the WantTabs property is true?
John McTaggart
|
|
| Back to top |
|
 |
|