_MobileItem.ReplyRecipients Property

Returns a Recipients collection that represents all the reply recipient objects for 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 ReplyRecipients As Recipients
    Get
'Usage
Dim instance As _MobileItem
Dim value As Recipients

value = instance.ReplyRecipients
[DispIdAttribute()]
Recipients ReplyRecipients { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Recipients

Remarks

This property provides a collection of Recipient objects that specify the mobile phone numbers for the reply recipients.

You can get the mobile phone number of a sender from an SMTP e-mail message sent by the mobile service provider. The mobile number is specified in an extended header (X-MS-Reply-to-mobile) in the incoming mobile item.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace