_SharingItem.Type 属性

定义

返回或设置一个 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

属性值

注解

如果您尝试将此属性设置之后共享邮件已发送或接收,或者如果您尝试将此属性设置为 olSharingMsgTypeResponseAllowolSharingMsgTypeResponseDeny ,则会发生错误。

适用于