IPOutlookApp::get_OutlookCompatible

Send Feedback

Determines whether the Windows Mobile–based device is partnered with a desktop computer running Outlook, as opposed to running Schedule+.

Syntax

HRESULT get_OutlookCompatible(
  VARIANT BOOL * pfCompat
);

Parameters

  • pfCompat
    [out] Reference to a Boolean flag. TRUE if the Windows Mobile–based device is partnered with a desktop computer running Outlook, otherwise FALSE.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Remarks

This method is useful because there are differences in behavior between Outlook and Schedule+. For example, a task with a start date of None must also have a due date of None if partnered with a desktop computer running Schedule+.

Note   Schedule+ is not supported in platform versions later than Windows Mobile 2003 SE. In this case, pfCompat is always TRUE.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib

See Also

IPOutlookApp | Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.