S
Semut
Hello,
Below are my codes,
LPDISPATCH lp = getFromSomewhere();
CComQIPtr < Outlook::_MailItem > spMail(lp);
spMail->Delete();
Do I need to call the lp->Release(); ? But the Outlook has already
deleted the item.
Below are my codes,
LPDISPATCH lp = getFromSomewhere();
CComQIPtr < Outlook::_MailItem > spMail(lp);
spMail->Delete();
Do I need to call the lp->Release(); ? But the Outlook has already
deleted the item.