Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The DoPropertiesmethod enables a transport to show its own settings UI and suppresses Inbox's normal service wizard.

Syntax

Copy Code
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 kszCapPropDialogto notify Inbox to show the transport's own UI. The following table shows the Global Property string value for kszCapPropDialogand 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 IMailSyncHandlercapabilities, 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

See Also

Reference

IMailSyncHandler

Other Resources

Messaging