[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

fanyuz...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #5 from fanyuz...@gmail.com ---
It's verified fixed in AOO410m1(Build:9750)  -  Rev. 1566593

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

Oliver-Rainer Wittmann o...@apache.org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2013-12-08 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

--- Comment #1 from fanyuz...@gmail.com ---
Created attachment 82056
  -- https://issues.apache.org/ooo/attachment.cgi?id=82056action=edit
Sample with VBA code

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2013-12-08 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

fanyuz...@gmail.com changed:

   What|Removed |Added

   Assignee|iss...@openoffice.apache.or |clarence.guo...@gmail.com
   |g   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2013-12-08 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

Clarence GUO clarence.guo...@gmail.com changed:

   What|Removed |Added

  Attachment #82057||review?
  Flags||

--- Comment #2 from Clarence GUO clarence.guo...@gmail.com ---
Created attachment 82057
  -- https://issues.apache.org/ooo/attachment.cgi?id=82057action=edit
fix patch

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


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

2013-12-08 Thread bugzilla
Clarence GUO clarence.guo...@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=82057action=edit


--- Additional Comments from Clarence GUO clarence.guo...@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.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2013-12-08 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

--- Comment #3 from SVN Robot svn...@dev.null.org ---
steve_y committed SVN revision 1549481 into trunk:
Bug 123816 - Cannot send email with attachment via VBA code taking Notes as
m...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123816] Cannot send email with attachment via VBA code taking Notes as mail application

2013-12-08 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123816

Steve Yin steve.yin@gmail.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||steve.yin@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from Steve Yin steve.yin@gmail.com ---
Committed the patch from Clarence.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.