work around for rich text puzzle 
Author Message
 work around for rich text puzzle

We are trying to do something that sounds simple - but it is taking
days to figure out.

We need to send a rich text message (including images) to several
hundred employees and in each message a unique field will be added from
Excel.

So - we tried htmlbody but since the images are local - that didn't
work.  Then we tried to just add the string to the message body of a
draft message and that seemed to contain the image but the text became
unformatted.

I think it might be a matter of using a form.  I tried creating a form
and publishing it to a folder in my inbox named Test.  When I view test
it appears empty but if I choose form I can get it back.  In my code it
can't seem to find the form.

Also - if we use a form - do we have to keep copying it before we send
it because we have to change the field values each time it is sent??

Any ideas on how we should approach this puzzle??

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Sat, 31 Aug 2002 03:00:00 GMT  
 work around for rich text puzzle
There are lots of other questions you need to answer about this kind of
project:

Is this strictly for internal use with all Outlook recipients? Or will it be
sent to external recipients possibly using other clients?

Does the information from Excel need to be appended to the text? Or do you
want to display it in a separate control on the form?

A few ideas:

1) Put the images on a network drive, and create the message by using
HTMLBody with use paths for the images . This has the pleasant side effect
of making the messages smaller, because you're not actually sending the
images.

2) Use an Outlook form published in the Organization Forms library. Don't
forget to set up separate Compose and Read layouts on the form (not setting
the Read layout is probably why your test form didn't work).
--
Sue Mosher
Author of
  "Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours"
  "Microsoft Outlook 2000 E-mail and Fax Guide"

Outlook and Exchange solutions at http://www.slipstick.com


Quote:

> We are trying to do something that sounds simple - but it is taking
> days to figure out.

> We need to send a rich text message (including images) to several
> hundred employees and in each message a unique field will be added from
> Excel.

> So - we tried htmlbody but since the images are local - that didn't
> work.  Then we tried to just add the string to the message body of a
> draft message and that seemed to contain the image but the text became
> unformatted.

> I think it might be a matter of using a form.  I tried creating a form
> and publishing it to a folder in my inbox named Test.  When I view test
> it appears empty but if I choose form I can get it back.  In my code it
> can't seem to find the form.

> Also - if we use a form - do we have to keep copying it before we send
> it because we have to change the field values each time it is sent??

> Any ideas on how we should approach this puzzle??

> Sent via Deja.com http://www.deja.com/
> Before you buy.



Sun, 01 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Wrapping text around a bmp image in the rich text editor

2. Rich Text Box Workaround Doesn't work

3. Why doesn't Rich Text 6.0 worK?

4. Work Around doesn't work for RichTextBox

5. Becoming rich with a rich text box

6. Adding to Rich Text in Rich Textbox

7. A less rich Rich Text Field?

8. Rich Text Box: Can I remove text and keep multicolored text

9. Creating e-mail is always Rich Text NOT Plain Text

10. Formatted text from rich text box to Word

11. Mapping plain text to rich text?

12. Put text inside a circle in a Rich Text Box

 

 
Powered by phpBB® Forum Software