ICity::Delete

Send Feedback

The Delete method deletes a city item.

Note   This method is supported only for Pocket PC 2000 software for Pocket PCs.

Syntax

HRESULT Delete();

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.
  • E_CITYINROM
    There was an attempt to delete a city that is stored in ROM.

Remarks

The Delete method is not supported in Windows CE Platform Builder 3.0 and later.

Requirements

Pocket PC: Pocket PC 2000 only
Smartphone: None
OS Versions: Windows CE 2.0 and later
Header: pimstore.h
Library: pimstore.lib

See Also

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