_SharingItem.RemotePath Property

Definition

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

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

Property Value

Remarks

This property contains the path of the sharing context, such as the URL of a WebCal calendar, 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