_SharingItem.RemoteStatus 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 OlRemoteStatus constant specifying the remote status of the SharingItem. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlRemoteStatus RemoteStatus { Microsoft::Office::Interop::Outlook::OlRemoteStatus get(); void set(Microsoft::Office::Interop::Outlook::OlRemoteStatus value); };
public Microsoft.Office.Interop.Outlook.OlRemoteStatus RemoteStatus { get; set; }
Public Property RemoteStatus As OlRemoteStatus