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