Compartilhar via


MobileItem.ReplyRecipientNames Property (Outlook)

Returns a semicolon-delimited String list of display names of reply recipients of the MobileItem object. Read-only.

Version Information

Version Added: Outlook 2010

Syntax

expression .ReplyRecipientNames

expression A variable that represents a MobileItem object.

Remarks

This property contains only the display names for the reply recipients. You should 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

Concepts

MobileItem Object Members

MobileItem Object