_MobileItem.Recipients Property

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

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

Property Value

Type: Microsoft.Office.Interop.Outlook.Recipients

Remarks

A recipient for a MobileItem can be specified by a string that represents the recipient's display name, alias, or mobile phone number.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace