Compartilhar via


IItem::get_Application

Windows Mobile SupportedWindows Embedded CE Not Supported

9/8/2008

The get_Application método obtém o principal objeto IPOutlookApp Outlook Mobile. Esse objeto representa a entrada-apontar para modelo de objeto. Com uma referência a uma instância desse objeto, você pode acessar qualquer um dos outros objetos no modelo de objeto.

Syntax

HRESULT get_Application(
  IPOutlookApp ** ppIPOutlookApp
);

Parameters

  • ppIPOutlookApp
    [out] Referência a objeto aplicativo IPOutlookApp Outlook Mobile.

Return Value

This method returns the standard values HRESULT_FROM_WIN32(GetLastError()), E_INVALIDARG GPSGetPosition, e S_FAIL, as well as o seguinte.

  • S_OK
    The method completed successfully.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

IItem
IPOutlookApp

Other Resources