The ISmsMessage::SetBodyFromString method, in Configuration Manager, sets the body of the message from a string.
[IDL] HRESULT SetBodyFromString( LPCWSTR szBody ); |
Parameters
- szBody
- Data type: LPCWSTRQualifiers: [in]Null-terminated Unicode string specifying the message body.
Return Values
An HRESULT.code. Possible values include, but are not limited to, the following:
- S_OK
- The method succeeded.
Remarks
The string must be supplied as a Unicode string.
See Also
Send comments about this topic to Microsoft.