![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Export to Outlook Topic Summary: Created On: 28-Jan-2004 09:22 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Nora/Hannah, Assuming you are sending information from DOORS to Outlook via OLE Automation and assuming the information is going into an email message, then you should be able to control bolding and underlining if the message format is either Rich Text or HTML. For example, in an HTML-formatted message you could enclose text to be bolded within <B></B> tags, like: ...normal text... ...<B>bold text</B>... ...normal text... Hope I haven't misunderstood your question. | |
![]() |
|
Hi,
I want to export single objects to outlook and want to write some attributes bold and other attributes underlined. The export works as required but I can't change the font. Does anybody know how to do this? Regards, Hanna ext-hanna.bock@nokia.nom |
|
![]() |
|
![]() |
|
Hi Roger,
yea, that is what I did. I tried to do it with Rich Text but it was written correctly in Outlook but still in normal font and not in bold letters. Here's an example of my code: string content = "{\\b test } or normal" RichText rt string s = "" for rt in content do { if (rt.bold) s = rt.text } checkRes(olePut(objItem,cPropertyBody, s)) Output in Outlook: test Thanks, Hanna |
|
![]() |
|
![]() |
|
Yes, it works.
Thanks, Hanna. |
|
![]() |
|
![]() |
|
Hi Nora:
I saw your e-mails with regards to exporting HTML to Outlook using DXL on the DXL exchange I am new at writinig OLE function calls in DXL. Would you mind sending me your script? I would like to set up a GUI in DOORS to send a simple email (just pass in the name of the user, module name) by clicking a button Thanks in advanced. janet.ma@gdcanada.com |
|
![]() |
|
![]() |
|
I have attached a simple example to show how to start outlook and create a message.
Hope this helps ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
|
![]() |
|
quote: where can I find this example? best regards, Mussie |
|
![]() |
|
![]() |
|
Hello DXLiens, does anyone have an example for e-mail notification with Outlook or SMTP? |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Export to Outlook
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.