H
hostran
Hi
CComPtr<Outlook::_Inspectors> spInspectors;
Outlook::_MailItemPtr mailItem = NULL;
m_inspector->get_CurrentItem( (IDispatch** )&mailItem);
long wsize=0;
mailItem->get_Size(&wsize);
when mail is not "new create mail"(unsaved),I can get the wsize, but when I
copy content to a "new create mail",I get the wsize is 0 ! help me please .
Thanks in advance
CComPtr<Outlook::_Inspectors> spInspectors;
Outlook::_MailItemPtr mailItem = NULL;
m_inspector->get_CurrentItem( (IDispatch** )&mailItem);
long wsize=0;
mailItem->get_Size(&wsize);
when mail is not "new create mail"(unsaved),I can get the wsize, but when I
copy content to a "new create mail",I get the wsize is 0 ! help me please .
Thanks in advance