_SharingItem.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlSharingMsgType constant that indicates the type of sharing message represented by the SharingItem. Read/write.
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
Property Value
Remarks
An error occurs if you attempt to set this property after the sharing message has been sent or received, or if you attempt to set this property to olSharingMsgTypeResponseAllow or olSharingMsgTypeResponseDeny.