![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
Is it possible to implement the word count in outlook which will count the words in runtime, i mean while composing a new mail it should keep on counting the number of characters typed. Any VC++ or VB code in this regard will be a great help for me. Thanks in advance, Ashish. |
#2
|
|||
|
|||
![]()
If WordMail is being used you can get the WordEditor object of the
Inspector, which is a Word document object. That lets you use the Word object model to count words. For HTML the HTMLEditor would be IE or whatever is the default HTML editor. In that case you'd use the IE object model for a document. For the Outlook editor you'd have to parse the Body property and split that string by spaces to get a rough count of the words. In Outlook 2007 you only have the Word editor so that would always be available. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "mohanty_ashish" u30394@uwe wrote in message news:6b13b2c04ab15@uwe... Hi, Is it possible to implement the word count in outlook which will count the words in runtime, i mean while composing a new mail it should keep on counting the number of characters typed. Any VC++ or VB code in this regard will be a great help for me. Thanks in advance, Ashish. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how can implement the outlook Advanced Criteria Extensions | roger | Add-ins for Outlook | 0 | November 27th 06 07:03 AM |
how to Implement Advanced Criteria Extensions | roger | Add-ins for Outlook | 1 | November 26th 06 07:50 PM |
How to implement custom Outlook message headers? | mistral | Add-ins for Outlook | 0 | September 21st 06 11:04 AM |
How can I use word template or use word as editor in Outlook calen | Neil | Outlook - Calandaring | 1 | August 2nd 06 04:54 PM |
outlook 2007 beta opens but get error message cannot implement? | Mike | Outlook - Installation | 1 | June 14th 06 01:09 PM |