Send an e-mail with rtf text in delphi

后端 未结 3 589
长发绾君心
长发绾君心 2021-01-19 02:52

I would like to perform the following task: converting a TRichEdit content (an rtf text) into a not-plain-text e-mail message body.

MAPI doesn\'t support rtf, but is

3条回答
  •  不要未来只要你来
    2021-01-19 03:15

    Apparently (googled this myself, as I mail some from Delphi, but not in this case), the PR_RTF_COMPRESSED option of (extended) MAPI may help you here. Also look at this.

提交回复
热议问题