_SharingItem.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 OlSharingMsgType 常量,该常量指示 表示 SharingItem的共享消息的类型。 读/写。
public:
property Microsoft::Office::Interop::Outlook::OlSharingMsgType Type { Microsoft::Office::Interop::Outlook::OlSharingMsgType get(); void set(Microsoft::Office::Interop::Outlook::OlSharingMsgType value); };
public Microsoft.Office.Interop.Outlook.OlSharingMsgType Type { get; set; }
Public Property Type As OlSharingMsgType
属性值
注解
如果您尝试将此属性设置之后共享邮件已发送或接收,或者如果您尝试将此属性设置为 olSharingMsgTypeResponseAllow 或 olSharingMsgTypeResponseDeny ,则会发生错误。