You can use Windows Management Instrumentation to mail-disable a MAPI public folder in a mixed-mode Exchange organization (824113)



The information in this article applies to:

  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition

SYMPTOMS

You may find that you can use Windows Management Instrumentation (WMI) to mail-disable a MAPI public folder on your Microsoft Exchange Server 2003 computer in a mixed-mode environment. It is expected that you cannot mail-disable MAPI public folders in a mixed-mode Exchange environment.

CAUSE

This problem occurs because WMI incorrectly reads the IsMailEnabled property. In a mixed-mode Exchange environment, this property is typically blocked, and changes are not permitted.

In a mixed-mode Exchange environment, the user interface does not allow you to mail-disable MAPI public folders (the public folders under the MAPI folder tree). In WMI, there is a public folder provider with the class Exchange_PublicFolder. This class has a Boolean property named IsMailEnabled that tells you if a public folder is mail-enabled. This property is read/write, but if Exchange is in mixed mode, it is expected that you cannot mail-disable a MAPI public folder by using the property. However, with WMI, this property has not been blocked, and therefore you can mail-disable MAPI public folders in a mixed-mode Exchange environment by using the IsMailEnabled property in the Exchange_PublicFolder class.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MinorLast Reviewed:11/10/2005
Keywords:kbpending kbBug KB824113 kbAudITPRO