Click to Rate and Give Feedback
MSDN
MSDN Library
Live Services SDK
 How to: Access Windows Live Messeng...

  Switch on low bandwidth view
How to: Access Windows Live Messenger Resources

This topic explains how to access Windows Live™ Messenger URLs and Messenger logo and presence icons to enhance the user interface (UI) of your applications.

The Microsoft.Live.Messenger.UI.DelegatedAuthControl.Links property is a collection of URL strings for various Windows Live™ and Windows Live Messenger resources. This property is exposed through the DelegatedAuthControl property.

You can use the URLs provided by this property to display links to these resources on your Web site. URL strings for the following pages are available:

  • About Windows Live Messenger
  • Change Account
  • Privacy Statement
  • Send Feedback
  • Change Settings
  • Sign Up for a Windows Live ID
  • Terms of Use

The following code example demonstrates retrieving each URL string from the DelegatedAuthControl property.

var _delAuthControlLinks = _delAuthControl.get_links();
var aboutMessengerUrl = _delAuthControlLinks.get_aboutMessengerUrl();
var changeAccountUrl = _delAuthControlLinks.get_changeAccountUrl();
var privacyUrl = _delAuthControlLinks.get_privacyUrl();
var reportAbuseUrl = _delAuthControlLinks.get_reportAbuseUrl();
var settingsUrl = _delAuthControlLinks.get_settingsUrl();
var signUpUrl = _delAuthControlLinks.get_signUpUrl();
var termsOfUseUrl = _delAuthControlLinks.get_termsOfUseUrl();

You can access the full set of Messenger logo icons and presence icons for use in the UI of your applications. All image links use the following URL base: http://www.wlmessenger.net/static/img. The icons are shown in the following tables.

Messenger Logo Icons

http://www.wlmessenger.net/static/img/wlmlogo_b.gif

http://www.wlmessenger.net/static/img/wlmlogo_b.png

Shows the Live Messenger beta logo icon.

http://www.wlmessenger.net/static/img/wlmlogo_w.gif

http://www.wlmessenger.net/static/img/wlmlogo_w.png

Shows the Live Messenger beta logo icon.

Presence Icons

http://www.wlmessenger.net/static/img/presence/v2/AppearOffline.gif

http://www.wlmessenger.net/static/img/presence/v2/AppearOffline.png

Shows the Appear Offline presence icon.

http://www.wlmessenger.net/static/img/presence/v2/Away.gif

http://www.wlmessenger.net/static/img/presence/v2/Away.png

Shows the Away Live Messenger presence icon.

http://www.wlmessenger.net/static/img/presence/v2/Busy.gif

http://www.wlmessenger.net/static/img/presence/v2/Busy.png

Shows the Busy Live Messenger presence icon.

http://www.wlmessenger.net/static/img/presence/v2/Offline.gif

http://www.wlmessenger.net/static/img/presence/v2/Offline.png

Shows the Appear Offline presence icon.

http://www.wlmessenger.net/static/img/presence/v2/Online.gif

http://www.wlmessenger.net/static/img/presence/v2/Online.png

Shows the Online Live Messenger presence icon.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker