public static string GetMessageBody(
string htmlText
)
Public Shared Function GetMessageBody (
htmlText As String
) As String
public:
static String^ GetMessageBody(
String^ htmlText
)
static member GetMessageBody :
htmlText : string -> string