SPMobileMessageSmsBuilder.StartTextMessage Method
Begins a text message building transaction by carrying out preparation tasks so that the message can be divided into coherent chunks.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub StartTextMessage
'Usage
Dim instance As SPMobileMessageSmsBuilder
instance.StartTextMessage()
public void StartTextMessage()
Remarks
After this method is called, the middle part of the transaction primarily consists of one or more calls of AddChunk(String). The final part of the transaction is a call of EndTextMessage().
See Also
Reference
SPMobileMessageSmsBuilder Class