Edit

Share via


_SharingItem.RemoteName Property

Definition

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

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

Property Value

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.

Applies to