[RESOLVED] how to insert table into CDO text body
i wish to create a formatted email body, using CDO.message
item, qnty, value
i have no control over the receivers email client font, so can only get approximate results, using text alignment
in a regular text format email (outlook express or outlook) i can paste a table from excel or word into the body
can i do the same into a cdo.textbody?
or what other alternatives could be available?
tia for any suggestions
Re: how to insert table into CDO text body
Re: how to insert table into CDO text body
i ended up creating an html table, not sure how it displays it the recipient only has text emails, but it seemed to work fine for the target recipients
not my first choice, but will mark as resolved
Re: [RESOLVED] how to insert table into CDO text body
About the plain text, maybe this can be of any help to you
Re: [RESOLVED] how to insert table into CDO text body
thanks for the response
that appears to be a property from exchange server
i am not sure if it can be implemented by the sender
Re: [RESOLVED] how to insert table into CDO text body
It seems you are correct.
Then you would need to build the normal .Text property yourself, otherwise the content may not be visible for some users.
Unless you know your audience :)