Hi, I would like to create a fake message in the sent items folder. Which MAPI property are used to fill out the "To" and "Sent" fields ? Thanks
mosfet a écrit : > Hi, > > I would like to create a fake message in the sent items folder. > Which MAPI property are used to fill out the "To" and "Sent" fields ? > > > > Thanks When I write "Sent" I mean the date...
PR_CLIENT_SUBMIT_TIME, PR_MESSAGE_DELIVERY_TIME Recipients: IMessage::ModifyRecipients() Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "mosfet" wrote in message news:47a6dffc$0$4440$426a74cc@news.free.fr... > mosfet a écrit : >> Hi, >> >> I would like to create a fake message in the sent items folder. >> Which MAPI property are used to fill out the "To" and "Sent" fields ? >> >> >> >> Thanks > When I write "Sent" I mean the date...
Dmitry Streblechenko a écrit : > PR_CLIENT_SUBMIT_TIME, PR_MESSAGE_DELIVERY_TIME > Recipients: IMessage::ModifyRecipients() > > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy - Outlook, CDO > and MAPI Developer Tool > > "mosfet" wrote in message > news:47a6dffc$0$4440$426a74cc@news.free.fr... >> mosfet a écrit : >>> Hi, >>> >>> I would like to create a fake message in the sent items folder. >>> Which MAPI property are used to fill out the "To" and "Sent" fields ? >>> >>> >>> >>> Thanks >> When I write "Sent" I mean the date... > > Thanks