_MobileItem.SenderName Property

Returns a String (string in C#) value that indicates the display name of the sender 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 SenderName As String
    Get
'Usage
Dim instance As _MobileItem
Dim value As String

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

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI PidTagSenderName Canonical Property property. If you want to retrieve the mobile phone number of the sender, use the SenderEmailAddress property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace