USPTO Issues Email Address Patent to Microsoft
theodp writes "On Tuesday, Microsoft was granted U.S. patent no. 6,895,426 for treating electronic mail addresses as objects, which Microsoft notes allows email addresses to be easily added to a contact list, copied to the computer's clipboard, or double-clicked to open the related contact information for that email address sender. After the reaction to news of his first patent, betcha inventor Dan Crevier isn't too eager to let folks know about this one."
Ok, in light of this patent let me be the first to patent women as objects. ..
I kid. I kid.
... we can now sue microsoft for all that lost productivity. Somehow they must be responsible if they own the patent which made me sift through herbal viagra for 40 minutes each day
struct emailAddress
{
string name;
string location;
emailAddress()
{
name = defaultname;
location = default@example.com;
}
}