how to change the accept's time when i import a mail into outlook?

S

StupidDog

i can import a mail into outlook, but i can not change the accept's time of
the mail when i import the mail into outlook. the mail is imported have the
current time---import it into outlook
my code like.....

_MailItemPtr pNewMail;
pNewMail=m_pItems->Add();
pNewMail->To="someone";
pNewMail->CC="someone";
pNewMail->Subject="subject";
pNewMail->Body="body";

pNewMail->UnRead = FALSE;
pNewMail->Save();
NewMail->Move(m_pFolder);

how to change the accept's time of the mail when i import the mail into
outlook?
please help me about the problem!
thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top