_MobileItem.ReceivedByName Property

Returns a String (string in C#) value that represents the display name of the true recipient for the MobileItem object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ReceivedByName As String
    Get
'Usage
Dim instance As _MobileItem
Dim value As String

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

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI PidTagReceivedByName Canonical Property property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace