ServicePRO SDK Help

stcMessage..::..FormattedMemo Property

Memo Text - Either this OR Memo has to be non-empty.
If specified, it has to be a valid HTML string enclosed within and tags and containing at least one additional set of html tags within.
If Formatted Memo is empty, FormatType will be set to Text format.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


[DataMemberAttribute]
public string FormattedMemo { get; set; }
<DataMemberAttribute> _
Public Property FormattedMemo As String
	Get
	Set

Field Value

The formatted memo.