SPMobileMessage.ContentParts Property

Gets a list of the parts of the content of the message.

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

Syntax

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

value = instance.ContentParts
public List<SPMobileMessageContentPart> ContentParts { get; }

Property Value

Type: System.Collections.Generic.List<SPMobileMessageContentPart>
The parts of the content.

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace