POOM objects
This is a read-only property that indicates whether the version of Microsoft Pocket Outlook on the Pocket PC is compatible with Outlook on the desktop.
The OutlookCompatible property is a boolean datatype. The following example determines whether a POOM object is compatible with Microsoft Outlook:
boolean bool_compatible bool_compatible = po_1.OutlookCompatible if bool_compatible = false MessageBox("Incompatible", "This Pocket Outlook " & + "is not compatible with the desktop Outlook") end if
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |