_MobileItem.SenderEmailAddress Property
Returns a String (string value in C#) that represents the mobile phone number of the sender of 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 SenderEmailAddress As String
Get
'Usage
Dim instance As _MobileItem
Dim value As String
value = instance.SenderEmailAddress
[DispIdAttribute()]
string SenderEmailAddress { get; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI PidTagSenderEmailAddress Canonical Property property.