![]() |
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
I have written a custom plugin for my outlook.. I want to check the number of characters typed in the message body.. where in it should not exceed 255 characters.. is it possible programmatically.. Thanks in advance Sanjay -- Message posted via http://www.officekb.com |
#2
|
|||
|
|||
![]()
Use the body-property for this task: If Len(objMailItem.Body) 255
Then MsgBox "Your text has " & Len(objMailItem.Body) & " characters. The maximum is 255.", vbExclamation + vbOkOnly, "Mailcheck" Peter -- Peter Marchert [EDV-Service Marchert] Homepage: http://www.marchert.de Excel- und Outlookprogrammierung Sanjay_S via OfficeKB.com schrieb: Hi I have written a custom plugin for my outlook.. I want to check the number of characters typed in the message body.. where in it should not exceed 255 characters.. is it possible programmatically.. Thanks in advance Sanjay -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to remove non-number characters in Contact phone numbers? | Dan | Outlook - Using Contacts | 1 | October 6th 06 04:55 PM |
How increase the number of characters a calendar entry contains? | John | Outlook - Calandaring | 3 | June 13th 06 04:22 PM |
HOw can I use Russian (Cyrillic) characters for email in Outlook? | Igor | Outlook - Installation | 0 | February 6th 06 05:07 PM |
HOw can I use Russian (Cyrillic) characters for email in Outlook? | Igor | Outlook - Installation | 1 | February 6th 06 04:57 PM |
Typing Chinese characters in Outlook | kingsroad | Outlook - Using Contacts | 0 | January 20th 06 08:34 AM |