This topic has not yet been rated - Rate this topic

_MobileItem.SenderEmailAddress Property

Office 2010

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)
'Declaration
<DispIdAttribute()> _
ReadOnly Property SenderEmailAddress As String
	Get
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.SenderEmailAddress

Property Value

Type: System.String

This property corresponds to the MAPI PidTagSenderEmailAddress Canonical Property property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.