Outlook Add-in(COM加载项)技术指南(四)[6]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 zhengyun_ustc 的 blog

        '   那么其次判断是否是一个便笺,即oitem.messageclass"ipm.stickynote"

        elseif oitem.messageclass = "ipm.stickynote" then

           

            ' get the current note item

            dim ocurnote as outlook.noteitem

            set ocurnote = oitem

           

                       

        '   那么其次判断是否是一个日程,即oitem.messageclass"ipm.appointment"

        elseif oitem.messageclass = "ipm.appointment" then

           

            ' get the current appointment item

本文关键:Outlook Addin COM Office
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top