_SharingItem.ReceivedByEntryID Property
Returns a String (string in C#) representing the EntryID for the true recipient as set by the transport provider delivering the SharingItem. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ReceivedByEntryID As String
Get
'Usage
Dim instance As _SharingItem
Dim value As String
value = instance.ReceivedByEntryID
[DispIdAttribute()]
string ReceivedByEntryID { get; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI property PidTagReceivedByEntryId.