_SharingItem.RemoteID Property

Definition

Returns a String (string in C#) that represents the unique identifier of the sharing context for a SharingItem object. Read-only.

public:
 property System::String ^ RemoteID { System::String ^ get(); };
public string RemoteID { get; }
Public ReadOnly Property RemoteID As String

Property Value

Remarks

This property contains either a GUID or EntryID for the sharing context contained within the SharingItem object.

This property is set to an empty string if the Type property of the SharingItem object is set to olSharingMsgTypeRequest.

Applies to