SPMobileMessage.RecipientList Property

Gets the recipients of the message.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property RecipientList As List(Of String)
    Get
'Usage
Dim instance As SPMobileMessage
Dim value As List(Of String)

value = instance.RecipientList
public List<string> RecipientList { get; }

Property Value

Type: System.Collections.Generic.List<String>
The recipients of the message.

Remarks

When used for Office Mobile Service (OMS) messages, the items in this property are mobile telephone numbers.

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace