IMailSyncHandler::DoProperties
4/8/2010
The DoProperties method enables a transport to show its own settings UI and suppresses Inbox's normal service wizard.
Syntax
HRESULT DoProperties (
HWND hwndParent
);
Parameters
- hwndParent
[in] Handle to the parent window. No dialog boxes are displayed if the handle is NULL.
Remarks
Use the transport capability kszCapPropDialog to notify Inbox to show the transport's own UI. The following table shows the Global Property string value for kszCapPropDialog and its associated Boolean default values, that overrides the default in GetCapability.
Constant WCHAR setting | String value | Default |
---|---|---|
kszCapPropDialog[] |
PropDialog |
FALSE |
For more information about using IMailSyncHandler capabilities, see this Microsoft Web site.
Requirements
Header | cemapi.h |
Library | cemapi.lib |
Windows Mobile | Pocket PC for Windows Mobile 2003 Second Edition and later, Smartphone for Windows Mobile 2003 Second Edition and later |