The information in this article applies to:
SYMPTOMSWhen adding named properties to a message, the following error may occur when IMAPIProp::SaveChanges() is returned: When calling the Update method of a Collaboration Data Objects (CDO) Message object, after having added named properties through the Fields collection, the following error may occur: If the properties have been added through a custom Outlook form, the following error may display in Outlook when you attempt to save or send the message:
CAUSE
Message property mappings are stored in a single record in the Jet
database. A Jet record is currently fixed in size at 4K. Since the record
is fixed in size, only a finite number of properties can be stored on the
message. You can fit approximately 300-400 properties before exhausting the
space in the record. The number of properties that can exist on the message
will depend on the property types of the properties as well as the amount
of data in each property.
RESOLUTIONThe solution is to reduce the number of user-defined properties stored on the message (or form). Here are a couple of suggestions:
STATUSThis behavior is by design. Additional query words:
Keywords : kbXchge550 kbMsg kbMAPI100 kbGrpMsg |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |