Intent(ACTION_SEND_MULTIPLE ) 的使用範例

請問是否有人成功的使用 intent (action_send_multiple) 的程式範例嗎  ? 我目前正在研究如何由 android application 程式中 用 intent 送 eamil. email 會有 image , audio , video 的附件檔 ( attachment). 我目前以知道如何在eamil 中送單一的副件檔, ( i.e , 使用 intent(action_send), 然後用  intent.putExtra(Intent.Extra_Stream) 的方式. 可是如果附件檔超過一個的話 , eamil 就無法送出任何副件檔. 我在 SDK 1.6 的documentation 中看到 intent 有 support multiple data 傳送可是我還是無法成功的送出任何附件. 請問是否有人看過或使用過action_send_multiple) 的程式  ? Or 是否有其他方式可傳送 email 附件 ?