Share via


IMailSyncHandler::DoProperties

Send Feedback

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

Pocket PC: Windows Mobile 2003 Second Edition and later
Smartphone: Windows Mobile 2003 Second Edition and later
OS Versions: Windows CE 5.01 and later
Header: cemapi.h.
Library: cemapi.lib.

See Also

IMailSyncHandler | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.