_SharingItem.RemoteID Property
Returns a String (string in C#) that represents the unique identifier 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 RemoteID As String
Get
'Usage
Dim instance As _SharingItem
Dim value As String
value = instance.RemoteID
[DispIdAttribute()]
string RemoteID { get; }
Property Value
Type: System.String
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.