次の方法で共有


_SharingItem.Type プロパティ

定義

SharingItem表される共有メッセージの種類を示す定数を設定OlSharingMsgTypeまたは返します。 読み取り/書き込みが可能です。

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 に設定しようとする場合に発生します。

適用対象