IPOutlookApp Property Methods

These methods are not supported in Windows CE Platform Builder 3.0.

The property methods of the IPOutlookApp interface read the properties described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
Version
[Visual Basic]
Access: Read
Data Type: String
[C++]
HRESULT get_Version
([out] BSTR *pbstrVersion);
Returns a three-part string describing the version of the Object Model in use. The first two parts describe the operating system. The third part is the build number of the Object Model.
CurrentCityIndex
[Visual Basic]
Access: Read/Write
Data Type: Long
[C++]
HRESULT get_CurrentCityIndex
([out] long *plCurrentCityIndex);
HRESULT put_CurrentCityIndex
([in] long lCurrentCityIndex);
Returns or sets either olHomeCity or olVisitingCity, depending on whether the current city in use by World Clock is the home or visiting city. You cannot set this property while the World Clock is running.
HomeCity
[Visual Basic]
Access: Read/Write
Data Type: CityItem
[C++]
HRESULT get_HomeCity
([out] ICity **ppICity);
HRESULT put_HomeCity
([in] ICity *pICity);
Returns or sets the current home city. You cannot set this property while the World Clock is running.
VisitingCity
[Visual Basic]
Access: Read/Write
Data Type: CityItem
[C++]
HRESULT get_VisitingCity
([out] ICity **ppICity);
HRESULT put_VisitingCity
([in] ICity *pICity);
Returns or sets the current visiting city. You cannot set this property while the World Clock is running.
OutlookCompatible
[Visual Basic]
Access: Read
Data Type: Boolean
[C++]
HRESULT get_OutlookCompatible
([out] VARIANT_BOOL *pbOutlookCompatible);
Returns TRUE if the Windows CE device is partnered with a desktop computer running Outlook. Returns FALSE if the desktop computer is running Schedule+. This property is for use with Task items.

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+.

Return Values

Each property method supports the standard HRESULT return values, including S_OK.

See Also

IPOutlookApp::Unknown

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.