I want to get the "Me" card's Name so when i create the mail window with MFMailComposeViewController
I can
MFMailComposeViewController *mailer = [[MFMailComposeViewController alloc] init];
mailer.mailComposeDelegate = self;
[mailer setSubject:@"Suggestion: from (Name of Person)"];
Basically substitute the (Name of Person) with the name on their contact card.