Does the MAPI functionality handle long filenames?
Thank you,
Michael
--
MichKa
a new book on internationalization in VB at
http://www.i18nWithVB.com/
"Michael Visintin" <Michael....@eaglepoint.com> wrote in message
news:#2klUFcTAHA.279@cppssbbsa04...
--
MichKa
a new book on internationalization in VB at
http://www.i18nWithVB.com/
"David Yuan" <davyuan...@microsoft.com> wrote in message
news:b61JsVe...@cppssbbsa01.microsoft.com...
> Hello Michael,
>
> It seems to be a design limitation that simpe MAPI API MAPIReadMail can't
> handle long filename, although MAPISendMail can handle it correctly.
>
> To workaround this in VB, the easest way is to use CDO instead. For
> information about where to acuire CDO library, you can refer to:
> http://support.microsoft.com/support/kb/articles/Q171/4/40.asp. For
> information about how to use CDO, you can search with key words "CDO" and
> "Receive" in MSDN.
>
> Regards.
> David Yuan
>
>