_SharingItem.RemoteName Property
Returns a String (string in C#) that represents the name 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 RemoteName As String
Get
'Usage
Dim instance As _SharingItem
Dim value As String
value = instance.RemoteName
[DispIdAttribute()]
string RemoteName { get; }
Property Value
Type: System.String
Remarks
This property contains the name used for the sharing context, such as the name of the folder or item, 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.