You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/12/09 06:21:29 UTC

review requested: [Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application : [Attachment 82057] fix patch

Clarence GUO <cl...@gmail.com> has asked  for review:
Bug 123816: Cannot send email with attachment via VBA code taking Notes as mail
application
https://issues.apache.org/ooo/show_bug.cgi?id=123816

Attachment 82057: fix patch
https://issues.apache.org/ooo/attachment.cgi?id=82057&action=edit


------- Additional Comments from Clarence GUO <cl...@gmail.com>
Root Cause:
Currently, COM codes does not support the parameter which type is TYPE_ALIAS.
But for some methods, e.g., Notes COM component uses TYPE_ALIAS for attachment.


Resolution:
Check if the type is TYPE_ALIAS, then get the alias type of this parameter.