diff -r 2b40d63a9c3d -r 90517678cc4f qtmobility/src/messaging/qmessageservice_win.cpp --- a/qtmobility/src/messaging/qmessageservice_win.cpp Fri Apr 16 15:51:22 2010 +0300 +++ b/qtmobility/src/messaging/qmessageservice_win.cpp Mon May 03 13:18:40 2010 +0300 @@ -230,7 +230,7 @@ foreach(const QMessageAddress& a, addressList) { if(a.type() == filterAddressType) - temp.append(a.recipient()); + temp.append(a.addressee()); } return temp.isEmpty() ? Lptstr(0) : LptstrFromQString(temp.join(";"));