_SharingItem.RemotePath Property
Returns a String (string in C#) that represents the path of the sharing context for a SharingItem object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property RemotePath As String
Get
'Usage
Dim instance As _SharingItem
Dim value As String
value = instance.RemotePath
[DispIdAttribute()]
string RemotePath { get; }
Property Value
Type: System.String
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.