A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

implement word count in outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 21st 06, 05:29 AM posted to microsoft.public.outlook.program_addins
mohanty_ashish
external usenet poster
 
Posts: 1
Default implement word count in outlook

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  
Old December 21st 06, 02:37 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default implement word count in outlook

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.