This topic has not yet been rated - Rate this topic

_MobileItem.To Property

Office 2010

Returns or sets a semicolon-delimited String (string in C#) list of display names for the To recipients for the MobileItem object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
'Declaration
<DispIdAttribute()> _
Property To As String
	Get
	Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.To

instance.To = value

Property Value

Type: System.String

The To property corresponds to the MAPI PidTagDisplayTo Canonical Property property. This property contains the display names only. Recipients can be specified as mobile phone numbers. Use the Recipients property to modify this property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.