_MobileItem.SenderEmailType Property
Returns a String (string value in C#) that represents the type of entry for the mobile address 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 SenderEmailType As String
Get
'Usage
Dim instance As _MobileItem
Dim value As String
value = instance.SenderEmailType
[DispIdAttribute()]
string SenderEmailType { get; }
Property Value
Type: System.String
Remarks
This property always returns "Mobile" for the MobileItem object.