This topic has not yet been rated - Rate this topic

IPOutlookApp::get_Application (Compact 7)

6/2/2013

The get_Application method gets the main Outlook Mobile IPOutlookApp object. This object represents the entry-point to the object model. With a reference to an instance of this object, you can access any of the other objects in object model.


HRESULT get_Application(
  IPOutlookApp ** ppIPOutlookApp
);
ppIPOutlookApp

[out] Reference to the Outlook Mobile IPOutlookApp application object.

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.

Header

pimstore.h

Library

Pimstore.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.