[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  SmsMsgApiNet
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetBodyToString(
	
out 
string 
pszString
)
Sub 
GetBodyToString ( _
		<
OutAttribute> 
ByRef 
pszString 
As 
String _
)
void 
GetBodyToString(
		[
OutAttribute] 
String^% 
pszString
)

Parameters

pszString
String %

Implements

ISmsMessage . . :: . . GetBodyToString(String % )

See Also