Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an object that represents text content in a message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CreateTextContentPart ( _
textContent As String _
) As SPMobileMessageContentPart
'Usage
Dim instance As SPMobileMessage
Dim textContent As String
Dim returnValue As SPMobileMessageContentPart
returnValue = instance.CreateTextContentPart(textContent)
public SPMobileMessageContentPart CreateTextContentPart(
string textContent
)
Parameters
textContent
Type: System.StringThe text in the content.
Return Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart
An object that represents text content in a message.