Conduit API
Case Study
Case Study -> Personal App -> User Messages
 
In this section you will learn how to create a User Messages component for the "Date Me" site. This component is implemented as an external menu component.
Note: The Messages component is valid only after user login.
 


 
1. Implement a handler on your website that will be used as the external menu source. The handler will check whether the user is logged in and return an XML document containing the user's messages (See: external menu description, under the Conduit API).
 
 
 
'Date Me' User Messages handler ashx file
Note: This code uses the external menu C# library.