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

A developer can customize what happens in response to a user selecting a hyperlink in the calendar application. The developer must provide event handlers to implement the desired behavior. The event handlers are the OnEmailand OnPhoneNumbermethods of this interface.

For an overview of Action key customization, see Customizing Action Key Behavior for Calendar Hyperlinks.

Methods

ICalContactLinkHandler methods Description

ICalContactLinkHandler::OnEmail

The OnEmailmethod is invoked when the user selects an e-mail hyperlink in the calendar application. It implements custom behavior for some or all e-mail hyperlinks.

ICalContactLinkHandler::OnPhoneNumber

The OnPhoneNumbermethod is invoked when the user selects a phone number hyperlink in the calendar application. It implements custom behavior for some or all phone number hyperlinks.

Requirements

Header cemapihandler.h
Windows Mobile Windows Mobile 6.5 and later

See Also