![]() |
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
|
|||
|
|||
![]()
I am designing a simple form in outlook I plan for people to use to send me
an SMS text message to my cell phone. The message field field is set to unlimited length. That means I get several messages from the person, because my phone is limited to 160 or so characters per message. What I want to do is Outlook/Exchange to limit the form to that many characters, so they can't send a message longer than my phone can fit into one message. Thanks! |
Ads |
#2
|
|||
|
|||
![]()
Have you considered using a custom text field and text box instead of the regular message control?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "simon_" wrote in message ... I am designing a simple form in outlook I plan for people to use to send me an SMS text message to my cell phone. The message field field is set to unlimited length. That means I get several messages from the person, because my phone is limited to 160 or so characters per message. What I want to do is Outlook/Exchange to limit the form to that many characters, so they can't send a message longer than my phone can fit into one message. Thanks! |
#3
|
|||
|
|||
![]()
Hi, Sue. I tried adding another field to the form that did let me change the
maxlength field. Problem is, it didn't show up in the message when sent, which led me to believe the cell phone/sms system/receiving thing (whatever) was looking for the field labeled 'message'. "Sue Mosher [MVP-Outlook]" wrote: Have you considered using a custom text field and text box instead of the regular message control? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "simon_" wrote in message ... I am designing a simple form in outlook I plan for people to use to send me an SMS text message to my cell phone. The message field field is set to unlimited length. That means I get several messages from the person, because my phone is limited to 160 or so characters per message. What I want to do is Outlook/Exchange to limit the form to that many characters, so they can't send a message longer than my phone can fit into one message. Thanks! |
#4
|
|||
|
|||
![]()
You could put code in the form's Item_Send event handler to set the Body property to the value of the custom property that holds the short text.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "simon_" wrote in message ... Hi, Sue. I tried adding another field to the form that did let me change the maxlength field. Problem is, it didn't show up in the message when sent, which led me to believe the cell phone/sms system/receiving thing (whatever) was looking for the field labeled 'message'. "Sue Mosher [MVP-Outlook]" wrote: Have you considered using a custom text field and text box instead of the regular message control? "simon_" wrote in message ... I am designing a simple form in outlook I plan for people to use to send me an SMS text message to my cell phone. The message field field is set to unlimited length. That means I get several messages from the person, because my phone is limited to 160 or so characters per message. What I want to do is Outlook/Exchange to limit the form to that many characters, so they can't send a message longer than my phone can fit into one message. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Not Connecting OL2003 but OE Works | Raymond Joseph | Outlook - Installation | 0 | February 19th 06 01:27 AM |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |
Outlook opens Form as Email message, not Form | [email protected] | Outlook - General Queries | 2 | January 26th 06 10:54 PM |
I send an Outlook custom form, but a std. form displays? | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 08:41 PM |
OL2000 to OL2003 ? | TimR | Outlook - General Queries | 4 | January 8th 06 07:27 AM |