The information in this article applies to:
SYMPTOMSIn the Outlook object model, you use the RemoteStatus property of a MailItem, but it does not appear to work. CAUSEThe RemoteStatus property was not implemented correctly in the Outlook object model. RESOLUTIONDo not use this property in your solution. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The RemoteStatus property is found in the MailItem object. However, it is the RemoteItem object that is returned when you download message headers using the Remote Mail feature. The RemoteItem object does not contain a RemoteStatus property, thus preventing you from marking the item appropriately. This prevents you from programmatically marking a remote mail message for download. Setting this property to one of these values has no affect on how the remote mail item is marked. REFERENCESFor additional information about available resources and answers to commonly asked questions about Outlook solutions, click the article number below to view the article in the Microsoft Knowledge Base: Q146636 OL2000: Questions About Custom Forms and Outlook Solutions Additional query words: OL2K OutSol OutSol2000
Keywords : |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |