I have VSTO Add-in that gets the recipient from the mailitem and save it in our user list. In case of exchange distribution list or exchange contact as a recipient it works fine by extracting smtp mai
Say I have: @pro开发者_JS百科perty (nonatomic,retain) NSString *foo; in some class. And I call: myclass.foo = [NSString stringWithString:@\"string1\"];