Share via


SharingItem.RemoteID Property

Outlook Developer Reference

Returns a String that represents the unique identifier of the sharing context for a SharingItem object. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.RemoteID

expression   An expression that returns a SharingItem object.

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.

See Also