Hi Sergey,
We need to be able to work with RTF that encapsulates HTML. See more here:
https://msdn.microsoft.com/en-us/library/ee159147%28v=exchg.80%29.aspx
and
https://www.microsoft.com/en-us/download/details.aspx?id=10725
These formats are usual when working with MSG messages from Outlook ...
Search found 5 matches
- Sun Aug 30, 2015 11:47 am
- Forum: Support
- Topic: De-encapsulate HTML from RTF
- Replies: 1
- Views: 12899
- Sun Oct 05, 2014 6:47 pm
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 71896
- Fri Oct 03, 2014 6:23 pm
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 71896
- Fri Oct 03, 2014 3:19 am
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 71896
Re: Deadlock with Synchronize in TRVWordEnumThread (XE6)
5. Patch required
Sergei, please provide a more robust synchronization solution to this problem as this hot fix is still not 100% clean (ideally you want this status request/response signalling done via WIN API Events). I can provide further detail in the private messages how we fixed this ...
- Fri Oct 03, 2014 2:52 am
- Forum: Support
- Topic: Deadlock with Synchronize in TRVWordEnumThread (XE6)
- Replies: 16
- Views: 71896
Deadlock with Synchronize in TRVWordEnumThread (XE6)
1. Problem background
Here is the new method implementation of
procedure TRVWordEnumThread.Finish;
{$IFNDEF RICHVIEWDEF6}
var Msg: TMsg;
{$ENDIF}
begin
if StopWorking=3 then
exit;
StopWorking := 1;
Priority := tpNormal;
while (StopWorking=1) and not Suspended do
{$IFDEF RICHVIEWDEF6 ...
Here is the new method implementation of
procedure TRVWordEnumThread.Finish;
{$IFNDEF RICHVIEWDEF6}
var Msg: TMsg;
{$ENDIF}
begin
if StopWorking=3 then
exit;
StopWorking := 1;
Priority := tpNormal;
while (StopWorking=1) and not Suspended do
{$IFDEF RICHVIEWDEF6 ...