_MobileItem.ReplyRecipientNames Property

Returns a semicolon-delimited String (string in C#) list of display names of reply recipients 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 ReplyRecipientNames As String
    Get
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.ReplyRecipientNames
[DispIdAttribute()]
string ReplyRecipientNames { get; }

Property Value

Type: System.String

Remarks

This property contains only the display names for the reply recipients. Set the reply recipients list by using the ReplyRecipients property.

For a recipient that does not have a meaningful display name that includes a first name and last name, this property returns the mobile phone number instead.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace