_MobileItem.ReceivedByEntryID Property
Returns a String (string in C#) value that represents the entry ID for the true recipient as set by the transport provider that delivers the e-mail message. 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 _MobileItem
Dim value As String
value = instance.ReceivedByEntryID
[DispIdAttribute()]
string ReceivedByEntryID { get; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI PidTagReceivedByEntryId Canonical Property property.
If you are getting this property in a Microsoft Visual Basic or Visual Basic for Applications (VBA) solution, because of type issues, instead of directly referencing the ReceivedByEntryID property, you should get the property through the PropertyAccessor object returned by the PropertyAccessor property, specifying the PidTagReceivedByEntryId Canonical Property property and its MAPI proptag namespace.