_MobileItem.To Property
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)
Syntax
'Declaration
<DispIdAttribute()> _
Property To As String
Get
Set
'Usage
Dim instance As _MobileItem
Dim value As String
value = instance.To
instance.To = value
[DispIdAttribute()]
string To { get; set; }
Property Value
Type: System.String
Remarks
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.