Edit

Share via


_SharingItem.Type Property

Definition

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.

Applies to