View Single Post
  #3  
Old July 6th 07, 10:05 AM posted to microsoft.public.outlook
Ade_kcc
external usenet poster
 
Posts: 5
Default Outlook 2003 custom form fields not accessible to Exchange Server

On Jul 4, 2:17 pm, "Sue Mosher [MVP-Outlook]"
wrote:
It's not clear what your expert is trying to tell you. Exchange is a server application. It doesn't "open" anything. Any SMS receiver, though, would be able to read only the message body, not any custom fields. Maybe that's what the expert is getting at.

You should always turn off automatic signatures before doing any custom form design work.

It is not possible to set the maximum size of the message body. You could, however, put code behind the form in the Item_Send event handler to check the length of the Body property and either cancel the send or truncate the text.

You will also want to check with the Exchange administrator to make sure that the server is blocking TNEF/RTF content. Otherwise, you'll be sending a Winmail.dat attachment with each message you create with this custom form, which may not work well with SMS recipients.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Ade_kcc" wrote in ooglegroups.com...
Hi,


I have created a very simple custom form which is published to the
Organisational Library so users can send simple SMS messages through
our EMail system.


I don't seem to have any ability to change the properties of the
standard Outlook Message field so I created a very simple text object
with a maximum length and simple validation.


However my Exchange 'expert' tells me that he cannot process any
content in an Outlook form unless it is in the Message field! :-(


Is this the case? Does Exchange have no means of opening a published
custom form and extracting the data in a user-defined field?


If not, can I modify the properties of the Message field to at least
set a max length? I also then have the problem that if I set a
default signature block my sig is built-in to the published form and
appended to all messages sent using that form by other users!!- Hide quoted text -


- Show quoted text -


Many thanks for that Sue.

I had assumed that message content, forms or otherwise, passing
through the Exchange server would be accessible to some application or
other.

It took a while, but we've learnt about the automatic signature
issue! Is this fixed in Outllok 2007? It seems odd to me that an
organisational development function is subject to the same rules as
the user function.

I will look at the Item_Send handler as you suggest if that may offer
some useful pre-send validation.

Thanks again

Adrian

Ads