public string GetToKnowNoocyte(string relationShip) {
if ( relationShip == "professional")
return "http://www.linkedin.com/in/jarlenygaard";
else if ( relationShip == "private")
return "https://www.facebook.com/noocyte";
else if ( relationShip == "twitter")
return "https://twitter.com/#!/noocyte";
else if ( relationShip == "curious")
return "http://www.amazon.com/Blood-Music-Greg-Bear/dp/0743444965";
throw new ArgumentException("Incorrect input, please try again.");
}
About
2 Comments »
RSS feed for comments on this post. TrackBack URI
Comment by bibomedia.com — March 8, 2008 @ 4:02
Bonjour,
Il y a quelques années deja, vous souhaitiez generer des documents en *.msg sans utiliser OUTLOOK.
Je cherche a faire la meme chose, mais ne trouve pas comment m’y prendre.
Avez vous trouvé votre bonheur
MErci d’avance
Philippe
Comment by RIVIECCIO Philippe — October 5, 2010 @ 11:36