_MailItem.ReceivedOnBehalfOfEntryID Property

Returns a String (string in C#) representing the EntryID of the user delegated to represent the recipient for the 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 ReceivedOnBehalfOfEntryID As String
    Get
'Usage
Dim instance As _MailItem
Dim value As String

value = instance.ReceivedOnBehalfOfEntryID
[DispIdAttribute()]
string ReceivedOnBehalfOfEntryID { get; }

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI property PidTagReceivedRepresentingEntryId.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace