Microsoft KB Archive/218412

From BetaArchive Wiki

Article ID: 218412

Article Last Modified on 2/26/2004



APPLIES TO

  • Microsoft Outlook 2000 Standard Edition



This article was previously published under Q218412

SYMPTOMS

Either you try to change the value of the ResponseStatus property of an AppointmentItem object, but the value is later lost, or you notice that the property is documented as being read/write in the Outlook Visual Basic Help file (Vbaoutl9.chm), but the Visual Basic object browser shows it as read-only.

CAUSE

The property is actually read/write, but any value that you assign to the property is overwritten by Outlook itself when meeting requests are sent.

RESOLUTION

Future documentation will indicate the property is read-only. However, the property will continue to be read/write, because Outlook itself sets the property. Also, changing the object model would break backwards compatibility.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Because any changes you make to the value of the property will later be overwritten by Outlook, do not use the object model to change the property. Instead, consider it to be read-only.

REFERENCES

For additional information about available resources and answersto commonly asked questions about Microsoft Outlook solutions, click the article number below to view the article in the Microsoft Knowledge Base:

146636 OL2000: Questions About Custom Forms and Outlook Solutions



Additional query words: OutSol OutSol2000

Keywords: kbprb KB218412